connectionmonitoring/cellularindicatorplugin/src/cellularindicatorplugin.cpp
changeset 53 4af712113915
parent 47 cb7afde124a3
child 72 0c32cf868819
equal deleted inserted replaced
47:cb7afde124a3 53:4af712113915
    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 /*!