summaryrefslogtreecommitdiffstats
path: root/src/widgets/qlineedit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-21 16:20:15 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-21 16:20:15 -0500
commitd09860faff8dac4c63db6e22eeb556a15c2ffaeb (patch)
treeab7c58168fe33d8af1b9c04284cf38cb6a346139 /src/widgets/qlineedit.h
parented9739fcff88bdf26974f4a80cd8df6de410d01a (diff)
downloadqt3-d09860faff8dac4c63db6e22eeb556a15c2ffaeb.tar.gz
qt3-d09860faff8dac4c63db6e22eeb556a15c2ffaeb.zip
Add unpaged memory mode to TQString and TQLineEdit
Fix designer build warnings
Diffstat (limited to 'src/widgets/qlineedit.h')
-rw-r--r--src/widgets/qlineedit.h2
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;