diff -r 8ee96d21d9bf -r 7e0eff37aedb controlpanel/tsrc/unit/pluginfortest/secondpluginfortest/src/secondpluginfortest.cpp --- a/controlpanel/tsrc/unit/pluginfortest/secondpluginfortest/src/secondpluginfortest.cpp Tue Aug 31 15:29:50 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ - - -#include "secondpluginfortest.h" -#include "secondpluginviewfortest.h" -#include - -SecondPluginForTest::SecondPluginForTest() -{ -} - -SecondPluginForTest::~SecondPluginForTest() -{ -} -QList SecondPluginForTest::createSettingFormItemData(CpItemDataHelper &itemDataHelper) const -{ - return QList() - << new CpSettingFormEntryItemDataImpl( - itemDataHelper, - tr("The plugin for test"), - tr("TestPlugin.")); -} - -CpBaseSettingView *SecondPluginForTest::createSettingView(const QVariant &hint) const -{ - SecondPluginViewForTest *pView = new SecondPluginViewForTest(); - return pView; -} - -Q_EXPORT_PLUGIN2(SecondPluginForTest, SecondPluginForTest);