summaryrefslogtreecommitdiff
path: root/saltoqd/voicecallmanager.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-03-23 03:57:44 +0100
committerJavier <dev.git@javispedro.com>2015-03-23 03:57:44 +0100
commit02d9b5893ef441656d70cbe702e0d2339ae5c6de (patch)
treee6d741599a1240719fd7fee12f0d06fb597880e7 /saltoqd/voicecallmanager.h
parent5fef356ff3fbcb76a5ec44a81a8d54d29a42f25d (diff)
downloadsaltoq-02d9b5893ef441656d70cbe702e0d2339ae5c6de.tar.gz
saltoq-02d9b5893ef441656d70cbe702e0d2339ae5c6de.zip
use profiled via proxy
Diffstat (limited to 'saltoqd/voicecallmanager.h')
-rw-r--r--saltoqd/voicecallmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/saltoqd/voicecallmanager.h b/saltoqd/voicecallmanager.h
index eb9e38e..8a7bd85 100644
--- a/saltoqd/voicecallmanager.h
+++ b/saltoqd/voicecallmanager.h
@@ -19,6 +19,9 @@ private:
static QString getCurrentProfile();
static void setProfile(const QString &name);
+private slots:
+ void handleProfileChanged(bool changed, bool active, const QString &profile);
+
private:
ToqManager *_toq;
};