connectionmonitoring/cellularindicatorplugin/src/cellularindicatorplugin.cpp
changeset 44 a0c4ceac30d0
parent 41 bbb64eb3bdee
child 72 0c32cf868819
equal deleted inserted replaced
41:bbb64eb3bdee 44:a0c4ceac30d0
    92     OstTraceFunctionEntry0( CELLULARINDICATORPLUGIN_CREATEINDICATOR_ENTRY );
    92     OstTraceFunctionEntry0( CELLULARINDICATORPLUGIN_CREATEINDICATOR_ENTRY );
    93     
    93     
    94     Q_UNUSED(indicatorType)
    94     Q_UNUSED(indicatorType)
    95     
    95     
    96     // Install localization
    96     // Install localization
    97     HbTranslator *translator(new HbTranslator("cellularindicatorplugin"));
    97     mTranslator = QSharedPointer<HbTranslator>(new HbTranslator("cellularindicatorplugin"));
    98     
    98         
    99     OstTraceFunctionExit0( CELLULARINDICATORPLUGIN_CREATEINDICATOR_EXIT );
    99     OstTraceFunctionExit0( CELLULARINDICATORPLUGIN_CREATEINDICATOR_EXIT );
   100     return this;
   100     return this;
   101 }
   101 }
   102 
   102 
   103 /*!
   103 /*!