From 1e9f091f39a32193b0671e9dfbfb657dd45fec3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Bri=C3=A8re?= Date: Fri, 12 Jul 2019 19:01:41 -0400 Subject: Add an option to prevent an idle session while a call is in progress Having the session marked as idle while a call is in progress could trigger certain actions (such as locking the screen, logging out automatically, or suspending the system) which could be undesirable in this situation. Closes #123 --- src/gui/syssettingsform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/syssettingsform.h') diff --git a/src/gui/syssettingsform.h b/src/gui/syssettingsform.h index 3a5e6ac..fec5f7a 100644 --- a/src/gui/syssettingsform.h +++ b/src/gui/syssettingsform.h @@ -31,6 +31,7 @@ public slots: virtual void playRingBackToneCheckBoxToggles( bool on ); signals: + void inhibitIdleSessionChanged(); void sipUdpPortChanged(); void rtpPortChanged(); -- cgit v1.2.3