diff -r 1eef62f5c541 -r 2a5d4ab426d3 phoneuis/bubblemanager2/tsrc/bubbletest2/bubbletestview.h --- a/phoneuis/bubblemanager2/tsrc/bubbletest2/bubbletestview.h Mon Aug 23 15:42:12 2010 +0300 +++ b/phoneuis/bubblemanager2/tsrc/bubbletest2/bubbletestview.h Fri Sep 03 13:33:36 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