emailuis/nmindicatorplugin/src/nmsyncindicator.cpp
changeset 44 c2d07d913565
parent 43 99bcbff212ad
child 49 00c7ae862740
--- a/emailuis/nmindicatorplugin/src/nmsyncindicator.cpp	Fri May 28 13:56:43 2010 +0300
+++ b/emailuis/nmindicatorplugin/src/nmsyncindicator.cpp	Thu Jun 10 16:14:05 2010 +0300
@@ -17,7 +17,7 @@
 
 #include "nmsyncindicator.h"
 
-const char NmSyncIndicator::IndicatorType[] = "com.nokia.hb.nmsyncindicator/1.0";
+const char NmSyncIndicator::IndicatorType[] = "com.nokia.nmail.indicatorplugin.sync/1.0";
 
 NmSyncIndicator::NmSyncIndicator() :
 HbIndicatorInterface(NmSyncIndicator::IndicatorType, ProgressCategory, NoInteraction)
@@ -30,13 +30,11 @@
 
 QVariant NmSyncIndicator::indicatorData(int role) const
 {
-    if (role == MonoDecorationNameRole )
-    {
+    if (role == MonoDecorationNameRole ) {
         // Must return non-empty to make the indicator visible
         return " ";
     }
-    else
-    {
+    else {
         return QVariant();
     }
 }