--- a/videocollection/tsrc/stubs/inc/hbmenudata.h Fri Apr 16 14:59:52 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbmenudata.h Mon May 03 12:32:50 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;