controlpanelui/src/cpcategorymodel/tsrc/testpluginsforcpcategorymodel/secondpluginforcpcategorymodel/src/secondpluginforcpcategorymodel.h
branchRCL_3
changeset 14 5f281e37a2f5
parent 13 90fe62538f66
--- a/controlpanelui/src/cpcategorymodel/tsrc/testpluginsforcpcategorymodel/secondpluginforcpcategorymodel/src/secondpluginforcpcategorymodel.h	Tue Aug 31 15:15:28 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#ifndef SECONDPLUGINFORCPCATEGORYMODEL_H
-#define SECONDPLUGINFORCPCATEGORYMODEL_H
-
-#include <qobject.h>
-#include <cpplugininterface.h>
-#include <cplauncherinterface.h>
-
-class SecondPluginForCpCategoryModel : public QObject, public CpPluginInterface, public CpLauncherInterface
-{
-    Q_OBJECT
-    Q_INTERFACES(CpPluginInterface)
-    Q_INTERFACES(CpLauncherInterface)
-public:
-    SecondPluginForCpCategoryModel();
-    virtual ~SecondPluginForCpCategoryModel();
-    virtual QList<CpSettingFormItemData*> createSettingFormItemData(CpItemDataHelper &itemDataHelper) const;
-    virtual CpBaseSettingView *createSettingView(const QVariant &hint) const;
-};
-
-#endif