phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h
changeset 46 bc5a64e5bc3c
parent 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 60 1eef62f5c541
--- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h	Wed Jun 23 18:12:20 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h	Tue Jul 06 14:15:47 2010 +0300
@@ -19,34 +19,29 @@
 #define CPTELEPHONYPLUGINVIEW_H_
 
 #include <QObject>
+#include <QVariantList>
 #include <hbdataform.h>
 #include <cpbasesettingview.h>
 
 class HbDataFormModelItem;
 class CpSettingFormItemData;
 
-/*!
-    \class CpTelephonyPluginView
-    \brief The class CpTelephonyPluginView. 
- */
+// Class declaration 
 class CpTelephonyPluginView : public CpBaseSettingView
 {
     Q_OBJECT
 
 public:
     CpTelephonyPluginView();
+    CpTelephonyPluginView(const QVariantList &params);
     ~CpTelephonyPluginView();
 
 private: 
+    CpItemDataHelper* initializeItemDataHelper();
+    QList<CpSettingFormItemData*> groupItemFromPlugin(
+            const QString& plugin);
     
-    CpItemDataHelper* initializeItemDataHelper();
-
-private: 
- 
-    QList<CpSettingFormItemData*> groupItemFromPlugin(const QString& plugin);
-    
-private:   // data
- 
+private: // Data
     CpItemDataHelper *m_helper;
 };