summaryrefslogtreecommitdiffstats
path: root/src/gui/syssettingsform.h
diff options
context:
space:
mode:
authorFrédéric Brière <fbriere@fbriere.net>2019-07-12 19:01:41 -0400
committerFrédéric Brière <fbriere@fbriere.net>2019-07-13 13:54:11 -0400
commit1e9f091f39a32193b0671e9dfbfb657dd45fec3e (patch)
treef681d42a408178bcdf31f784a27d027ec6b0b291 /src/gui/syssettingsform.h
parent05082ae12051821b1d969e6672d9e4e5afe1bc07 (diff)
downloadtwinkle-1e9f091f39a32193b0671e9dfbfb657dd45fec3e.tar
twinkle-1e9f091f39a32193b0671e9dfbfb657dd45fec3e.tar.gz
twinkle-1e9f091f39a32193b0671e9dfbfb657dd45fec3e.tar.lz
twinkle-1e9f091f39a32193b0671e9dfbfb657dd45fec3e.tar.xz
twinkle-1e9f091f39a32193b0671e9dfbfb657dd45fec3e.zip
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
Diffstat (limited to 'src/gui/syssettingsform.h')
-rw-r--r--src/gui/syssettingsform.h1
1 files changed, 1 insertions, 0 deletions
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();