ui/commandhandlers/commoncommandhandlers/inc/glxcommondialogs.h
changeset 29 2c833fc9e98f
parent 26 c499df2dbb33
child 58 383b67fbdb11
--- a/ui/commandhandlers/commoncommandhandlers/inc/glxcommondialogs.h	Mon May 03 12:31:32 2010 +0300
+++ b/ui/commandhandlers/commoncommandhandlers/inc/glxcommondialogs.h	Fri May 14 15:52:22 2010 +0300
@@ -19,8 +19,9 @@
 #define GLXCOMMONDIALOGS_H
 
 #include <QObject>
+#include <hbinputdialog.h>
 
-#include <hbinputdialog.h>
+class QEventLoop;
 
 class GlxTextInputDialog : public QObject
 {
@@ -32,9 +33,12 @@
 
 public slots:
     void textChanged(const QString &text);
+    void dialogClosed(HbAction *action);
 
 private:
     HbInputDialog* mDialog;
+    QEventLoop *mEventLoop;
+    bool mResult;
 };
 
 #endif // GLXCOMMONDIALOGS_H