phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cptelephonypluginview.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cptelephonypluginview.cpp	Fri Mar 19 09:28:42 2010 +0200
+++ b/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cptelephonypluginview.cpp	Fri Apr 16 14:58:25 2010 +0300
@@ -24,7 +24,7 @@
 // -----------------------------------------------------------------------------
 //
 CpTelephonyPluginView::CpTelephonyPluginView(  )
-    //: CpBaseSettingView( /**/ )
+    :CpBaseSettingView(0, 0)
     {
     
     }
@@ -38,24 +38,3 @@
     {
     
     }
-
-void CpTelephonyPluginView::onConnectionAdded(HbDataFormModelItem *item,
-                                   const QString &signal,
-                                   QObject *receiver,
-                                   const QString &method)
-{
-
-}
-
-void CpTelephonyPluginView::onConnectionRemoved(HbDataFormModelItem *item,
-                                     const QString &signal,
-                                     QObject *receiver,
-                                     const QString &method)
-{
-
-}
-
-void CpTelephonyPluginView::onPrototypeAdded(HbAbstractViewItem *prototype)
-{
-
-}