diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-13 00:06:44 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-13 00:09:06 +0200 |
| commit | a063ad8dff07e409ae6afd2f4b2a21f26330d6e5 (patch) | |
| tree | 78fc7968ade192983269ca8f77ff9656daf6fa4b /daemon/voicecallhandler.h | |
| parent | 8420e383b5f01d2775c6e845868b7b1cebf1263a (diff) | |
Fixed incoming calls notification
Diffstat (limited to 'daemon/voicecallhandler.h')
| -rw-r--r-- | daemon/voicecallhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/voicecallhandler.h b/daemon/voicecallhandler.h index f96a97a..bd0d71d 100644 --- a/daemon/voicecallhandler.h +++ b/daemon/voicecallhandler.h @@ -71,6 +71,7 @@ public Q_SLOTS: protected Q_SLOTS: void initialize(bool notifyError = false); + bool getProperties(); void onPendingCallFinished(QDBusPendingCallWatcher *watcher); void onDurationChanged(); |
