diff -r cfea66083b62 -r baacf668fe89 phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/phoneuiqtviewif_stub.h --- 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& actions) {}; + void setToolbarActions(const QList &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& actions) {}; + void setMenuActions(const QList &actions) {}; /*! \fn void PhoneUIQtView::shutdownPhoneApp()