stateproviders/ftustateprovider/inc/ftuwizardmenustate.h
changeset 2 66c26770985f
parent 0 c464cd7e2753
child 14 88ff81299c11
--- a/stateproviders/ftustateprovider/inc/ftuwizardmenustate.h	Mon Apr 19 14:01:47 2010 +0300
+++ b/stateproviders/ftustateprovider/inc/ftuwizardmenustate.h	Mon May 03 12:24:41 2010 +0300
@@ -35,6 +35,8 @@
 class QDate;
 class FtuWizard;
 class HbAction;
+class FtuStateCenrepHandler;
+class HbMenu;
 
 /** @ingroup group_ftustateprovider
  * @brief The state where wizard menu is shown
@@ -121,11 +123,6 @@
      */    
     void updateProgress(FtuWizard *caller, bool show, int progress);
     
-    /**
-     * Called when application has to exit
-     */  
-    void exitApp();
-    
 signals:
 
     /**
@@ -145,6 +142,9 @@
     QStandardItemModel*                     mModel;
     HbAction*                               mExitAction;
 
+    FtuStateCenrepHandler*                  mCenrepHandler;
+    QList<bool>                             mCompletedWizardList;
+
     FTU_TEST_FRIEND_CLASS(FtuStateProviderTest)
 };