videocollection/tsrc/stubs/inc/hbmenudata.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
--- a/videocollection/tsrc/stubs/inc/hbmenudata.h	Thu Apr 01 23:32:44 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbmenudata.h	Fri Apr 16 18:13:14 2010 +0300
@@ -26,8 +26,7 @@
 public: // methods
     static void reset()
     {
-        delete mMenuAction;
-        delete mActiveAction;
+        mMenuAction = 0;
         mEnabledSetted = false;
         mReturnEmptyActionList = false;
         mExecPoint = QPointF();
@@ -35,7 +34,6 @@
     
 public: // data
     static HbAction *mMenuAction;
-    static HbAction *mActiveAction;
     static bool mEnabledSetted;
     static bool mReturnEmptyActionList;
     static QPointF mExecPoint;