phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phoneindicatorcontroller_stub.cpp
changeset 60 1eef62f5c541
parent 45 6b911d05207e
--- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phoneindicatorcontroller_stub.cpp	Fri Aug 06 13:16:44 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phoneindicatorcontroller_stub.cpp	Mon Aug 23 15:42:12 2010 +0300
@@ -12,8 +12,10 @@
 bool m_enableCallIndCalled;
 bool m_disableCallIndCalled;
 
-PhoneIndicatorController::PhoneIndicatorController(QObject *parent):
-QObject(parent)
+PhoneIndicatorController::PhoneIndicatorController(
+    PhoneVisibilityHandler& visibilityHandler, QObject *parent)
+    :
+    QObject(parent)
 {
     m_setActiveCallCalled = false;
     m_clearActiveCallCalled = false;