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:
authorJanek Bevendorff <janek@jbev.net>2017-02-24 05:25:08 +0300
committerJanek Bevendorff <janek@jbev.net>2017-02-24 05:25:08 +0300
commitd6c48a5cf1144e6d67a76fdf95708d2443451a36 (patch)
tree04b8d8f1a1fd0fffea635986db1210fe84d10221 /src/gui/Application.h
parent44ac7d152b4024c2355cb83c09ce3bf41491f0bf (diff)
Show message when user needs to touch their YubiKey (still buggy when using multiple databases)
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 9bfe4d549..c6f4aae66 100644
--- a/src/gui/Application.h
+++ b/src/gui/Application.h
@@ -29,6 +29,7 @@ class Application : public QApplication
public:
Application(int& argc, char** argv);
+ QWidget* mainWindow() const;
void setMainWindow(QWidget* mainWindow);
bool event(QEvent* event) override;