bluetoothengine/btui/btcpplugin/btcpuibaseview.h
changeset 41 0b2439c3e397
parent 40 997690c3397a
child 63 bcf742120177
--- a/bluetoothengine/btui/btcpplugin/btcpuibaseview.h	Wed Jun 23 18:23:52 2010 +0300
+++ b/bluetoothengine/btui/btcpplugin/btcpuibaseview.h	Tue Jul 06 14:27:09 2010 +0300
@@ -36,13 +36,15 @@
 public:
     
     virtual ~BtCpUiBaseView();
-    virtual void activateView( const QVariant& value, int cmdId ) = 0;
+    virtual void activateView( const QVariant& value, bool fromBackButton ) = 0;
     virtual void deactivateView() = 0;    
     virtual void switchToPreviousView() = 0;
     
 signals:
 
 protected:
+    explicit BtCpUiBaseView(QGraphicsItem *parent = 0);
+    
     explicit BtCpUiBaseView( 
             BtSettingModel &settingModel, 
             BtDeviceModel &deviceModel, 
@@ -55,10 +57,10 @@
     
 protected:
     
-    // not owned
+    // owned
     BtSettingModel *mSettingModel;
     
-    // not owned
+    // owned
     BtDeviceModel *mDeviceModel;
     
     QGraphicsItem *mParent;