emailuis/nmindicatorplugin/src/nmsyncindicator.cpp
changeset 53 bf7eb7911fc5
parent 30 759dc5235cdb
child 49 00c7ae862740
--- a/emailuis/nmindicatorplugin/src/nmsyncindicator.cpp	Fri Jun 11 13:27:14 2010 +0300
+++ b/emailuis/nmindicatorplugin/src/nmsyncindicator.cpp	Wed Jun 23 18:00:21 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();
     }
 }