From 763f16d504ab9667679aebdb461a0d365708938b Mon Sep 17 00:00:00 2001 From: Philipp Andreas Date: Tue, 28 Oct 2014 21:30:15 +0100 Subject: Fix for update9 dbus changes. --- daemon/voicecallhandler.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'daemon/voicecallhandler.h') diff --git a/daemon/voicecallhandler.h b/daemon/voicecallhandler.h index 4ad0157..f7fbb8b 100644 --- a/daemon/voicecallhandler.h +++ b/daemon/voicecallhandler.h @@ -74,13 +74,13 @@ protected Q_SLOTS: bool getProperties(); void onPendingCallFinished(QDBusPendingCallWatcher *watcher); - void onDurationChanged(); - void onStatusChanged(); - void onLineIdChanged(); - void onStartedAtChanged(); - void onEmergencyChanged(); - void onMultipartyChanged(); - void onForwardedChanged(); + void onDurationChanged(int duration); + void onStatusChanged(int status, QString statusText); + void onLineIdChanged(QString lineId); + void onStartedAtChanged(const QDateTime &startedAt); + void onEmergencyChanged(bool isEmergency); + void onMultipartyChanged(bool isMultiparty); + void onForwardedChanged(bool isForwarded); private: class VoiceCallHandlerPrivate *d_ptr; -- cgit v1.2.3