videocollection/tsrc/stubs/inc/hbdialog.h
changeset 67 72c709219fcd
parent 63 4707a0db12f6
--- a/videocollection/tsrc/stubs/inc/hbdialog.h	Tue Oct 05 09:26:49 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbdialog.h	Fri Oct 15 16:29:10 2010 +0300
@@ -90,6 +90,11 @@
     void setHeadingWidget(QGraphicsWidget *headingWidget);
 
     /**
+     * sets mHeadingWidget; 
+     */
+    void setHeadingText(const QString &heading);
+
+    /**
      * sets mContentWidget
      */
     void setContentWidget(QGraphicsWidget *contentWidget);
@@ -112,6 +117,11 @@
     /**
      * stubbed member
      */
+    QString mHeadingText;
+
+    /**
+     * stubbed member
+     */
     QGraphicsWidget *mHeadingWidget;
     
     /**
@@ -153,7 +163,7 @@
      * actions other tham primary or secondary
      */
     QList<HbAction*> mActions;
-       
+    
     /**
      * address of current instance zeroed during destcructor
      * this is for making sure object is removed correctly