diff -r 6aaf0276100e -r c76a0b1755b9 phoneuis/bubblemanager2/tsrc/bubbletest2/bubbletestview.h --- a/phoneuis/bubblemanager2/tsrc/bubbletest2/bubbletestview.h Thu Sep 02 20:26:16 2010 +0300 +++ b/phoneuis/bubblemanager2/tsrc/bubbletest2/bubbletestview.h Fri Sep 17 08:29:19 2010 +0300 @@ -27,6 +27,10 @@ class HbToolBar; class BubbleManager; +QT_BEGIN_NAMESPACE +class TestabilityInterface; +QT_END_NAMESPACE + class BubbleTestView : public HbView { Q_OBJECT @@ -79,6 +83,7 @@ void conferenceWizard(); void sendKeyEvent(int key); void toggleHoldConference(); + void loadTestabilityPlugin(); private: HbMainWindow& mMainWindow; @@ -139,6 +144,8 @@ QMap mTestBubbleIds; int mConfBubbleId; bool mProvideJoin; + + TestabilityInterface* mTestabilityInterface; }; #endif // BUBBLETESTVIEW_H