mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-15 15:00:58 -04:00
Mark constructors as explicit.
This commit is contained in:
parent
01694c3271
commit
d8b21c8b04
4 changed files with 6 additions and 4 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
#include "Uuid.h"
|
||||
|
||||
#include <QtCore/QHash>
|
||||
|
||||
const int Uuid::length = 16;
|
||||
|
||||
Uuid::Uuid() : m_data(length, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue