mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Mark DatabaseOpenWidget ctor es explicit.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user