mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-30 11:54:24 -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
|
@ -55,8 +55,9 @@ public:
|
|||
int blockSize() const;
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(SymmetricCipher)
|
||||
SymmetricCipherBackend* m_backend;
|
||||
|
||||
Q_DISABLE_COPY(SymmetricCipher)
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_SYMMETRICCIPHER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue