Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2019-11-28 13:57:51 +0300
committerHannah von Reth <vonreth@kde.org>2019-12-04 21:58:54 +0300
commit8d9cb09335b72df421121f2fcdd5ee4d37bf65d5 (patch)
treecc2557025ae1457adffe72991d4daefd01bbfb56 /src/gui/application.h
parent93ac380492fd6f7a00e2ce8d2e9df9b94554b83e (diff)
Application: Allow to quit running instances by commandline
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index 97c829fd5..9dc1a92d0 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -123,6 +123,7 @@ private:
// options from command line:
bool _showLogWindow;
bool _showSettings = false;
+ bool _quitInstance = false;
QString _logFile;
QString _logDir;
std::chrono::hours _logExpire;