logsui/logsapp/tsrc/ut_logsapp/inc/ut_logsviewmanager.h
changeset 18 acd4e87b24b4
parent 17 90fe74753f71
child 21 2f0af9ba7665
--- a/logsui/logsapp/tsrc/ut_logsapp/inc/ut_logsviewmanager.h	Fri Sep 03 14:26:05 2010 +0300
+++ b/logsui/logsapp/tsrc/ut_logsapp/inc/ut_logsviewmanager.h	Fri Sep 17 16:47:32 2010 +0300
@@ -25,6 +25,7 @@
 class LogsMainWindow;
 class LogsServiceHandler;
 class LogsServiceHandlerOld;
+class LogsAppSettings;
 
 class UT_LogsViewManager : public QObject
 {
@@ -62,6 +63,7 @@
     void testLoadActivity();
     void testAppGainedForeground();
     void testActivityRequested();
+    void testBgStartupForegroundGained();
     
 private:
  
@@ -70,6 +72,8 @@
     
     LogsServiceHandler* mService;
     LogsServiceHandlerOld* mServiceOld;
+    
+    LogsAppSettings* mSettings;
 };
 
 #endif //UT_LOGSVIEWMANAGER_H