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.cpp')
-rw-r--r--src/gui/DatabaseManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/DatabaseManager.cpp b/src/gui/DatabaseManager.cpp
index 1096982cd..0f6ac0f6c 100644
--- a/src/gui/DatabaseManager.cpp
+++ b/src/gui/DatabaseManager.cpp
@@ -80,7 +80,7 @@ void DatabaseManager::openDatabase(const QString& fileName)
Database* db;
do {
- QScopedPointer<KeyOpenDialog> keyDialog(new KeyOpenDialog(m_window));
+ QScopedPointer<KeyOpenDialog> keyDialog(new KeyOpenDialog(fileName, m_window));
if (keyDialog->exec() == QDialog::Rejected) {
return;
}