diff -r 8ee96d21d9bf -r 7e0eff37aedb controlpanel/tsrc/unit/ut_cpapi/src/cptestpluginentryitem.cpp --- a/controlpanel/tsrc/unit/ut_cpapi/src/cptestpluginentryitem.cpp Tue Aug 31 15:29:50 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -#include "CpTestPluginEntryItem.h" - -#include -#include -#include -CpTestPluginEntryItemData::CpTestPluginEntryItemData(const HbDataFormModelItem *parent /* = 0*/) -{ - -} -CpTestPluginEntryItemData::CpTestPluginEntryItemData(CpItemDataHelper &itemDataHelper, - const QString &text /*= QString()*/, - const QString &description /*= QString()*/, - const HbIcon &icon /*= HbIcon()*/, - const HbDataFormModelItem *parent /*= 0*/) - : CpSettingFormEntryItemData(itemDataHelper, - text, - description, - icon, - parent) -{ -} - -CpTestPluginEntryItemData::~CpTestPluginEntryItemData() -{ -} - -void CpTestPluginEntryItemData::testOnLaunchView() -{ - onLaunchView(); -} -CpBaseSettingView *CpTestPluginEntryItemData::createSettingView() const -{ - return 0; -}