mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-07 05:52:33 -04:00
Mark DatabaseOpenWidget ctor es explicit.
This commit is contained in:
parent
dedce07530
commit
d2fc4e8abd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class DatabaseOpenWidget : public DialogyWidget
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
DatabaseOpenWidget(QWidget* parent = Q_NULLPTR);
|
explicit DatabaseOpenWidget(QWidget* parent = Q_NULLPTR);
|
||||||
~DatabaseOpenWidget();
|
~DatabaseOpenWidget();
|
||||||
void load(QFile* file, const QString& filename);
|
void load(QFile* file, const QString& filename);
|
||||||
void enterKey(const QString& pw, const QString& keyFile);
|
void enterKey(const QString& pw, const QString& keyFile);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue