summaryrefslogtreecommitdiff
path: root/daemon/voicecallmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/voicecallmanager.cpp')
-rw-r--r--daemon/voicecallmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/voicecallmanager.cpp b/daemon/voicecallmanager.cpp
index 21d3d49..419ecff 100644
--- a/daemon/voicecallmanager.cpp
+++ b/daemon/voicecallmanager.cpp
@@ -29,8 +29,8 @@ public:
bool connected;
};
-VoiceCallManager::VoiceCallManager(QObject *parent)
- : QObject(parent), d_ptr(new VoiceCallManagerPrivate(this))
+VoiceCallManager::VoiceCallManager(Settings *settings, QObject *parent)
+ : QObject(parent), d_ptr(new VoiceCallManagerPrivate(this)), settings(settings)
{
Q_D(VoiceCallManager);
d->interface = new QDBusInterface("org.nemomobile.voicecall",