phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cptelephonypluginview.cpp
changeset 46 bc5a64e5bc3c
parent 37 ba76fc04e6c2
child 51 f39ed5e045e0
--- a/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cptelephonypluginview.cpp	Wed Jun 23 18:12:20 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cptelephonypluginview.cpp	Tue Jul 06 14:15:47 2010 +0300
@@ -15,6 +15,7 @@
  *
  */
 #include <QDebug>
+#include <QVariantList>
 #include "cptelephonypluginview.h"
 
 // ============================ MEMBER FUNCTIONS ===============================
@@ -29,6 +30,15 @@
     
     }
 
+// -----------------------------------------------------------------------------
+// CpTelephonyPluginView::CpTelephonyPluginView
+// -----------------------------------------------------------------------------
+//
+CpTelephonyPluginView::CpTelephonyPluginView(const QVariantList &params)
+    :CpBaseSettingView(0, 0)
+    {
+    
+    }    
 
 // -----------------------------------------------------------------------------
 // CpTelephonyPluginView::~CpTelephonyPluginView