diff -r cfea66083b62 -r baacf668fe89 phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheadermanager/phoneuiqtviewif_stub.h --- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheadermanager/phoneuiqtviewif_stub.h Mon Oct 04 16:06:10 2010 +0300 +++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheadermanager/phoneuiqtviewif_stub.h Fri Oct 15 12:58:46 2010 +0300 @@ -26,7 +26,6 @@ class HbIcon; class HbAction; class HbMenu; -class PhoneAction; class PhoneUIQtViewIFStub : public PhoneUIQtViewIF { @@ -52,7 +51,7 @@ */ void addBubbleCommand ( int bubbleId, - const PhoneAction& action ) {}; + HbAction* action ) {}; /*! \fn void PhoneUIQtViewIF::clearBubbleCommands () @@ -83,7 +82,7 @@ Sets toolbar actions. */ - void setToolbarActions(const QList& actions) {}; + void setToolbarActions(const QList &actions) {}; /*! \fn void PhoneUIQtViewIF::hideToolbar () @@ -188,12 +187,14 @@ */ 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()