mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-06 05:24:13 -04:00
Mark some constructor as explicit.
This commit is contained in:
parent
6422dee4fc
commit
279585fff4
10 changed files with 13 additions and 11 deletions
|
@ -26,7 +26,7 @@ class PasswordKey : public Key
|
|||
{
|
||||
public:
|
||||
PasswordKey();
|
||||
PasswordKey(const QString& password);
|
||||
explicit PasswordKey(const QString& password);
|
||||
QByteArray rawKey() const;
|
||||
void setPassword(const QString& password);
|
||||
PasswordKey* clone() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue