From 69a87ddf7faee8b26747b3e0c1cc97ab06bc779d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 22 Dec 2016 14:02:31 +0100 Subject: Add --autoquit that will quit automatically if no action is performed within a given time span --- src/globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/globals.h') diff --git a/src/globals.h b/src/globals.h index a3b1e99..a2a8805 100644 --- a/src/globals.h +++ b/src/globals.h @@ -24,6 +24,7 @@ class Session; extern bool debugMode; extern bool pvsEnabled; +extern int g_autoQuitSeconds; extern QString binPath; extern QString etcPath; -- cgit v1.2.3-55-g7522