mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-25 17:01:17 -05:00
Mark DatabaseOpenWidget ctor es explicit.
This commit is contained in:
parent
dedce07530
commit
d2fc4e8abd
@ -34,7 +34,7 @@ class DatabaseOpenWidget : public DialogyWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DatabaseOpenWidget(QWidget* parent = Q_NULLPTR);
|
||||
explicit DatabaseOpenWidget(QWidget* parent = Q_NULLPTR);
|
||||
~DatabaseOpenWidget();
|
||||
void load(QFile* file, const QString& filename);
|
||||
void enterKey(const QString& pw, const QString& keyFile);
|
||||
|
Loading…
x
Reference in New Issue
Block a user