diff options
author | Merov Linden <merov@lindenlab.com> | 2010-12-22 14:06:46 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-12-22 14:06:46 -0800 |
commit | c86d6a7bbb7c0db7665b76cf52b12b90c6e98c6d (patch) | |
tree | 1056d6dc941e2aed458b459901fbb448c6e40ef7 /indra/llui/lllineeditor.h | |
parent | ab100825bd0064dc64b9ef8bea1c70bc04090716 (diff) | |
parent | 6182ded4e9b4ba076add7a840c535589d36ec283 (diff) |
STORM-808 : merge webkit upgrade to Qt v4.7.1
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r-- | indra/llui/lllineeditor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h index ce2dfdeeb8..723423a5b9 100644 --- a/indra/llui/lllineeditor.h +++ b/indra/llui/lllineeditor.h @@ -85,7 +85,8 @@ public: Optional<bool> select_on_focus, revert_on_esc, commit_on_focus_lost, - ignore_tab; + ignore_tab, + is_password; // colors Optional<LLUIColor> cursor_color, |