diff options
Diffstat (limited to 'src/widgets/qlineedit.h')
-rw-r--r-- | src/widgets/qlineedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qlineedit.h b/src/widgets/qlineedit.h index 3778e2a..b7e0fb8 100644 --- a/src/widgets/qlineedit.h +++ b/src/widgets/qlineedit.h @@ -94,7 +94,7 @@ public: bool frame() const; - enum EchoMode { Normal, NoEcho, Password }; + enum EchoMode { Normal, NoEcho, Password, PasswordThreeStars }; EchoMode echoMode() const; bool isReadOnly() const; |