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

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwundrweapon <wundrweapon@users.noreply.github.com>2021-05-15 16:48:59 +0300
committerJonathan White <support@dmapps.us>2021-05-30 15:44:09 +0300
commitaaf8f188521a1742ded2fbd104cd594191d43a75 (patch)
tree569037f06f47f59a928b9dd2232c7596042bf67c /src/gui/Application.h
parent29de94b65674559b55102b8ec4ddbaf06364a274 (diff)
Add command line option to lock open databases (#6511)
Closes #6126
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 9f694f8c3..f6c35a037 100644
--- a/src/gui/Application.h
+++ b/src/gui/Application.h
@@ -48,6 +48,7 @@ public:
bool isDarkTheme() const;
bool sendFileNamesToRunningInstance(const QStringList& fileNames);
+ bool sendLockToInstance();
void restart();