phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/phoneuiqtviewif_stub.h
changeset 78 baacf668fe89
parent 74 d1c62c765e48
--- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/phoneuiqtviewif_stub.h	Mon Oct 04 16:06:10 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/phoneuiqtviewif_stub.h	Fri Oct 15 12:58:46 2010 +0300
@@ -26,7 +26,6 @@
 class HbIcon;
 class HbAction;
 class HbMenu;
-class PhoneAction;
 class BubbleManagerIF;
 
 
@@ -55,7 +54,7 @@
     */
     void addBubbleCommand ( 
         int bubbleId,
-        const PhoneAction& action ) {};
+        HbAction* action ) {};
     
     /*!
         \fn void PhoneUIQtViewIF::clearBubbleCommands ()
@@ -86,7 +85,7 @@
         
         Sets toolbar actions.
     */
-    void setToolbarActions(const QList<PhoneAction*>& actions) {};    
+    void setToolbarActions(const QList<HbAction *> &actions) {};    
     
     /*!
         \fn void PhoneUIQtViewIF::hideToolbar ()
@@ -190,13 +189,15 @@
         Brings to foreground.
     */
     void bringToForeground(){}; 
+	
+	void hide() {};
     
     /*!
         \fn void PhoneUIQtViewIF::setToolbarActions()
         
        Sets menu actions.
     */
-    void setMenuActions(const QList<PhoneAction*>& actions) {};
+    void setMenuActions(const QList<HbAction *> &actions) {};
       
     /*!
         \fn void PhoneUIQtView::shutdownPhoneApp()