diff options
Diffstat (limited to 'src/widgets/ntqlineedit.h')
-rw-r--r-- | src/widgets/ntqlineedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/ntqlineedit.h b/src/widgets/ntqlineedit.h index 9a2305608..f8aecede7 100644 --- a/src/widgets/ntqlineedit.h +++ b/src/widgets/ntqlineedit.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; |