radioapp/radioapplication/src/radioapplication.cpp
changeset 16 f54ebcfc1b80
parent 14 63aabac4416d
child 19 afea38384506
equal deleted inserted replaced
14:63aabac4416d 16:f54ebcfc1b80
    20 
    20 
    21 // User includes
    21 // User includes
    22 #include "radioapplication.h"
    22 #include "radioapplication.h"
    23 #include "radiomainwindow.h"
    23 #include "radiomainwindow.h"
    24 #include "radiouiengine.h"
    24 #include "radiouiengine.h"
    25 #include "radiolocalization.h"
       
    26 #include "radio_global.h"
    25 #include "radio_global.h"
    27 #include "radiologger.h"
    26 #include "radiologger.h"
    28 
    27 
    29 #ifdef BUILD_WIN32
    28 #ifdef BUILD_WIN32
    30 #   include "testwindow_win32.h"
    29 #   include "testwindow_win32.h"
    85         }
    84         }
    86 
    85 
    87         // Start the engine
    86         // Start the engine
    88         mUiEngine = new RadioUiEngine( this );
    87         mUiEngine = new RadioUiEngine( this );
    89         if ( !mUiEngine->startRadio() ) {
    88         if ( !mUiEngine->startRadio() ) {
    90             mMainWindow->showErrorMessage( TRANSLATE( KErrorEngineStartFailed ) );
    89             //TODO: Get error message
       
    90 //            mMainWindow->showErrorMessage( TRANSLATE( KErrorEngineStartFailed ) );
    91             quit();
    91             quit();
    92             return;
    92             return;
    93         }
    93         }
    94 
    94 
    95         INIT_WIN32_TEST_WINDOW
    95         INIT_WIN32_TEST_WINDOW