changeset 39 | f6d44a0cd476 |
parent 34 | bbb98528c666 |
child 58 | d2b028fd1f7d |
--- a/videocollection/tsrc/stubs/inc/videolistwidgetdata.h Fri May 14 15:14:51 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/videolistwidgetdata.h Fri May 28 09:45:19 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 */