mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-29 00:47:32 -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
|
@ -25,7 +25,7 @@
|
|||
class KeePass2RandomStream
|
||||
{
|
||||
public:
|
||||
KeePass2RandomStream(QByteArray key);
|
||||
explicit KeePass2RandomStream(const QByteArray& key);
|
||||
QByteArray randomBytes(int size);
|
||||
QByteArray process(const QByteArray& data);
|
||||
void processInPlace(QByteArray& data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue