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:
Diffstat (limited to 'src/gui/DatabaseManager.h')
-rw-r--r--src/gui/DatabaseManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/DatabaseManager.h b/src/gui/DatabaseManager.h
index 0627489bc..90ceb1baa 100644
--- a/src/gui/DatabaseManager.h
+++ b/src/gui/DatabaseManager.h
@@ -50,6 +50,7 @@ public:
void saveDatabase(Database* db);
void saveDatabaseAs(Database* db);
void closeDatabase(Database* db);
+ DatabaseWidget* currentDatabaseWidget();
public Q_SLOTS:
void newDatabase();