diff -r 277e3324e775 -r d9e9413f30c9 controlpanel/tsrc/unit/ut_cpapi/src/cptestpluginentryitem.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/controlpanel/tsrc/unit/ut_cpapi/src/cptestpluginentryitem.h Thu Sep 02 20:42:34 2010 +0300 @@ -0,0 +1,21 @@ +#ifndef CPTESTPLUGINENTRYITEM_H +#define CPTESTPLUGINENTRYITEM_H +#include + +class CpTestPluginEntryItemData : public CpSettingFormEntryItemData +{ + Q_OBJECT +public: + explicit CpTestPluginEntryItemData(const HbDataFormModelItem *parent /* = 0*/); + explicit CpTestPluginEntryItemData(CpItemDataHelper &itemDataHelper, + const QString &text = QString(), + const QString &description = QString(), + const HbIcon &icon = HbIcon(), + const HbDataFormModelItem *parent = 0); + virtual ~CpTestPluginEntryItemData(); +public slots: + void testOnLaunchView(); +private: + virtual CpBaseSettingView *createSettingView() const; +}; +#endif // CPTESTPLUGINENTRYITEM_H