videocollection/tsrc/stubs/inc/hbinputdialog.h
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
child 24 7d93ee07fb27
--- a/videocollection/tsrc/stubs/inc/hbinputdialog.h	Fri Apr 16 14:59:52 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbinputdialog.h	Mon May 03 12:32:50 2010 +0300
@@ -30,10 +30,17 @@
     HbInputDialog(QGraphicsItem *parent= 0) : HbWidget(parent) {}
     ~HbInputDialog() {}
 
+    /**
+     * Returns string in parameter text if mGetTextReturnValue is null QString.
+     */
     static QString getText(const QString &label,const QString &text = QString(),
             bool *ok = 0, QGraphicsScene *scene = 0, QGraphicsItem *parent = 0);
     
     static bool mGetTextFails;
+    
+    static QString mGetTextReturnValue;
+    
+    static int mGetTextCallCount;
 };
 
 #endif //HBINPUT_DIALOG_H