summaryrefslogtreecommitdiffstats
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 306404f..3538afb 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -171,6 +171,10 @@ private slots:
void gui_do_dtmf(const QString &digits);
void gui_do_user(const QString &profile_name);
QString gui_get_current_profile();
+
+ void gui_cmd_call(const string &destination, bool immediate);
+ void gui_cmd_show(void);
+ void gui_cmd_hide(void);
public:
t_gui(t_phone *_phone);
virtual ~t_gui();