From d09860faff8dac4c63db6e22eeb556a15c2ffaeb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 21 Mar 2013 16:20:15 -0500 Subject: Add unpaged memory mode to TQString and TQLineEdit Fix designer build warnings --- src/widgets/qlineedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/qlineedit.h') 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; -- cgit v1.2.3