videocollection/tsrc/stubs/inc/hbinputdialog.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
--- a/videocollection/tsrc/stubs/inc/hbinputdialog.h	Thu Apr 01 23:22:15 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbinputdialog.h	Thu Apr 01 23:32:44 2010 +0300
@@ -31,14 +31,9 @@
     ~HbInputDialog() {}
 
     static QString getText(const QString &label,const QString &text = QString(),
-            bool *ok = 0, QGraphicsScene *scene = 0, QGraphicsItem *parent = 0)
-    {
-        Q_UNUSED(label);
-        Q_UNUSED(ok);
-        Q_UNUSED(scene);
-        Q_UNUSED(parent);
-        return text;
-    }
+            bool *ok = 0, QGraphicsScene *scene = 0, QGraphicsItem *parent = 0);
+    
+    static bool mGetTextFails;
 };
 
 #endif //HBINPUT_DIALOG_H