wlanutilities/wlanindicatorplugin/src/wlanindicatorplugin.cpp
changeset 50 d4198dcb9983
parent 46 2fbd1d709fe7
equal deleted inserted replaced
46:2fbd1d709fe7 50:d4198dcb9983
    94 {
    94 {
    95     OstTraceFunctionEntry1(WLANINDICATORPLUGIN_CREATEINDICATOR_ENTRY, this);
    95     OstTraceFunctionEntry1(WLANINDICATORPLUGIN_CREATEINDICATOR_ENTRY, this);
    96     Q_UNUSED(indicatorType)
    96     Q_UNUSED(indicatorType)
    97     
    97     
    98     // Install localization
    98     // Install localization
    99     HbTranslator *translator(new HbTranslator("wlanindicatorplugin"));
    99     mTranslator = QSharedPointer<HbTranslator>(new HbTranslator("wlanindicatorplugin"));
   100     
   100 
   101     OstTraceFunctionExit1(WLANINDICATORPLUGIN_CREATEINDICATOR_EXIT, this);
   101     OstTraceFunctionExit1(WLANINDICATORPLUGIN_CREATEINDICATOR_EXIT, this);
   102     return this;
   102     return this;
   103 }
   103 }
   104 
   104 
   105 /*!
   105 /*!