videocollection/tsrc/stubs/inc/videolistwidgetdata.h
changeset 28 c48470be1ba7
parent 15 cf5481c2bc0b
child 58 d2b028fd1f7d
--- a/videocollection/tsrc/stubs/inc/videolistwidgetdata.h	Thu May 27 12:53:14 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/videolistwidgetdata.h	Fri Jun 11 13:39:54 2010 +0300
@@ -29,6 +29,7 @@
         mActivateReturnValue = 0;
         mActive = false;
         mDeactivateCount = 0;
+        mEmitActivatedIndex = QModelIndex();
     }
     
 public: // data
@@ -38,6 +39,7 @@
     static int mActivateReturnValue;
     static bool mActive;
     static int mDeactivateCount;
+    static QModelIndex mEmitActivatedIndex;
 };
 
 #endif /* VIDEOLISTWIDGETDATA_H */