homescreenapp/stateplugins/hsmenuworkerstateplugin/tsrc/t_hsmenuworkerstateplugin/src/hswidgethost_mock.cpp
changeset 97 66b5fe3c07fd
parent 90 3ac3aaebaee5
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/tsrc/t_hsmenuworkerstateplugin/src/hswidgethost_mock.cpp	Mon Sep 27 11:52:00 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/tsrc/t_hsmenuworkerstateplugin/src/hswidgethost_mock.cpp	Wed Oct 06 16:06:24 2010 +0300
@@ -26,11 +26,9 @@
 #include <QGraphicsSceneResizeEvent>
 #include <QGesture>
 #include <QGraphicsScene>
-
 #include <qservicemanager.h>
 #include <qservicefilter.h>
 #include <qserviceinterfacedescriptor.h>
-
 #include <HbInstantFeedback>
 
 #include "hsdatabase.h"
@@ -146,8 +144,6 @@
     return true;
 }
 
-
-
 void HsWidgetHost::startWidget(bool show)
 {
     if (show) {
@@ -366,7 +362,7 @@
 }
 
 void HsWidgetHost::action_connectComponent()
-{    
+{
 }
 
 void HsWidgetHost::action_disconnectComponent()
@@ -389,7 +385,7 @@
     setMethod("onUninitialize()", mOnUninitializeMethod);
     
     setProperty("isOnline", mIsOnlineProperty);
-	setProperty("rootPath", mRootPathProperty);
+    setProperty("rootPath", mRootPathProperty);
     
     if (hasSignal("setPreferences(const QStringList&)")) {
         connect(mWidget, SIGNAL(setPreferences(QStringList)),
@@ -428,7 +424,7 @@
     mOnHideMethod = QMetaMethod();
     mOnUninitializeMethod = QMetaMethod();
     mIsOnlineProperty = QMetaProperty();
-	mRootPathProperty = QMetaProperty();    
+    mRootPathProperty = QMetaProperty();    
 }
 
 void HsWidgetHost::action_initialize()