cpsecplugins/devicelockplugin/src/cpdevicelockplugin.cpp
branchGCC_SURGE
changeset 40 604cd42065d1
parent 37 7bad16cccaca
child 42 82671cd8994b
--- 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());
 }