summaryrefslogtreecommitdiff
path: root/saltoqd/voicecallmanager.h
diff options
context:
space:
mode:
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;
};