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/DatabaseTabWidget.h')
-rw-r--r--src/gui/DatabaseTabWidget.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/DatabaseTabWidget.h b/src/gui/DatabaseTabWidget.h
index eda28839a..bafbfa37a 100644
--- a/src/gui/DatabaseTabWidget.h
+++ b/src/gui/DatabaseTabWidget.h
@@ -48,7 +48,10 @@ public:
bool hasLockableDatabases() const;
public slots:
- void addDatabaseTab(const QString& filePath, bool inBackground = false, const QString& password = {});
+ void addDatabaseTab(const QString& filePath,
+ bool inBackground = false,
+ const QString& password = {},
+ const QString& keyfile = {});
void addDatabaseTab(DatabaseWidget* dbWidget, bool inBackground = false);
bool closeDatabaseTab(int index);
bool closeDatabaseTab(DatabaseWidget* dbWidget);