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/UnlockDatabaseDialog.h')
-rw-r--r--src/gui/UnlockDatabaseDialog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/UnlockDatabaseDialog.h b/src/gui/UnlockDatabaseDialog.h
index 55830c97e..7dec06765 100644
--- a/src/gui/UnlockDatabaseDialog.h
+++ b/src/gui/UnlockDatabaseDialog.h
@@ -31,11 +31,10 @@ class UnlockDatabaseDialog : public QDialog
{
Q_OBJECT
public:
- explicit UnlockDatabaseDialog(QWidget* parent = Q_NULLPTR);
- void setDBFilename(const QString& filename);
+ explicit UnlockDatabaseDialog(QWidget* parent = nullptr);
+ void setFilePath(const QString &filePath);
void clearForms();
Database* database();
- static Database* openDatabasePrompt(QString databaseFilename);
signals:
void unlockDone(bool);