diff -r e4c884866116 -r 6a40edd41841 logsui/logsapp/inc/logsapplication.h --- a/logsui/logsapp/inc/logsapplication.h Fri Sep 17 08:29:34 2010 +0300 +++ b/logsui/logsapp/inc/logsapplication.h Mon Oct 04 00:17:41 2010 +0300 @@ -21,21 +21,22 @@ #include #include +class LogsAppSettings; + class LogsApplication : public HbApplication { Q_OBJECT public: - LogsApplication(int &argc, char *argv[]); + LogsApplication(int &argc, char *argv[], LogsAppSettings& settings); ~LogsApplication(); - - bool logsFeaturePreloadingEnabled(); - bool logsFeatureFakeExitEnabled(); -public slots: // from HbApplication +public slots: void testLogsAppEngineReady(); void testLogsHandleAppViewReady(); + void testLogsResetAppReady(); + signals: /*! * Testing framework support. @@ -47,10 +48,6 @@ bool mViewReady; bool mReadCompleted; - // Temporary "feature" flags, to be replaced by real flags once those are known - bool mFeaturePreloadedEnabled; - bool mFeatureFakeExitEnabled; - friend class UT_LogsApplication; friend class UT_LogsViewManager; };