connectionutilities/confirmqueries/src/cellularpromptdialog.cpp
changeset 53 4af712113915
parent 47 cb7afde124a3
equal deleted inserted replaced
47:cb7afde124a3 53:4af712113915
    43 CellularPromptDialog::CellularPromptDialog(const QVariantMap &parameters)
    43 CellularPromptDialog::CellularPromptDialog(const QVariantMap &parameters)
    44 {
    44 {
    45     OstTraceFunctionEntry0( CELLULARPROMPTDIALOG_CELLULARPROMPTDIALOG_ENTRY );
    45     OstTraceFunctionEntry0( CELLULARPROMPTDIALOG_CELLULARPROMPTDIALOG_ENTRY );
    46 
    46 
    47     // Install localization
    47     // Install localization
    48     HbTranslator *translator(new HbTranslator("cellularpromptdialog"));
    48     mTranslator = QSharedPointer<HbTranslator>(new HbTranslator("cellularpromptdialog"));
    49 
    49 
    50     createDialog(parameters);
    50     createDialog(parameters);
    51     mClose = false;
    51     mClose = false;
    52     
    52     
    53     OstTraceFunctionExit0( CELLULARPROMPTDIALOG_CELLULARPROMPTDIALOG_EXIT );
    53     OstTraceFunctionExit0( CELLULARPROMPTDIALOG_CELLULARPROMPTDIALOG_EXIT );