diff -r 7d93ee07fb27 -r c48470be1ba7 videocollection/tsrc/stubs/inc/videolistwidgetdata.h --- 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 */