--- a/cpsecplugins/devicelockplugin/src/cpdevicelockplugin.cpp Thu Jun 17 12:11:51 2010 +0100
+++ b/cpsecplugins/devicelockplugin/src/cpdevicelockplugin.cpp Thu Jul 22 16:43:28 2010 +0100
@@ -17,7 +17,7 @@
#include "cpdevicelockplugin.h"
#include "cpdevicelockpluginview.h"
#include <cpsettingformentryitemdataimpl.h>
-
+#include <../../inc/cpsecplugins.h>
/*
@@ -30,6 +30,7 @@
*/
CpDeviceLockPlugin::CpDeviceLockPlugin()
{
+ RDEBUG("0", 0);
}
@@ -56,6 +57,7 @@
*/
QList<CpSettingFormItemData*> CpDeviceLockPlugin::createSettingFormItemData(CpItemDataHelper &itemDataHelper) const
{
+ RDEBUG("0", 0);
return QList<CpSettingFormItemData*>()
<< new CpSettingFormEntryItemDataImpl<CpDeviceLockPluginView>(itemDataHelper,tr("Device lock"), QString());
}