ui/commandhandlers/commoncommandhandlers/inc/glxcommondialogs.h
changeset 61 743eb0b9959e
parent 29 2c833fc9e98f
--- a/ui/commandhandlers/commoncommandhandlers/inc/glxcommondialogs.h	Wed Aug 18 09:48:53 2010 +0300
+++ b/ui/commandhandlers/commoncommandhandlers/inc/glxcommondialogs.h	Thu Sep 02 20:26:45 2010 +0300
@@ -27,7 +27,7 @@
 {
 	Q_OBJECT    
 public:
-    GlxTextInputDialog();
+    GlxTextInputDialog(bool disableOkForEmptyText = true);
     ~GlxTextInputDialog();
     QString getText(const QString &label,const QString &text = QString(),bool *ok = 0);
 
@@ -39,6 +39,7 @@
     HbInputDialog* mDialog;
     QEventLoop *mEventLoop;
     bool mResult;
+    bool mDisableOkForEmptyText;
 };
 
 #endif // GLXCOMMONDIALOGS_H