iaupdate/IAD/bgcindicatorplugin/src/bgcindicator.cpp
changeset 53 ae54820ef82c
parent 42 d17dc5398051
child 69 b18a4bf55ddb
equal deleted inserted replaced
52:92f864ef0288 53:ae54820ef82c
   129         return text; 
   129         return text; 
   130         }
   130         }
   131     case DecorationNameRole:
   131     case DecorationNameRole:
   132     case MonoDecorationNameRole:
   132     case MonoDecorationNameRole:
   133         {
   133         {
   134         // QString iconName("z:/resource/messaging/message.svg");
   134         QString iconName("");
   135         // HbIcon iconName1 ("c:/qgn_note_swupdate_notification.svg");
       
   136         QString iconName("z:/resource/iaupdate/qgn_note_swupdate_notification.svg");
       
   137         return iconName;
   135         return iconName;
   138         }
   136         }
   139     default: 
   137     default: 
   140         return QVariant();      
   138         return QVariant();      
   141     }
   139     }