Mark constructors as explicit.

This commit is contained in:
Felix Geyer 2010-08-14 12:28:52 +02:00
parent 01694c3271
commit d8b21c8b04
4 changed files with 6 additions and 4 deletions

View file

@ -17,6 +17,8 @@
#include "Uuid.h"
#include <QtCore/QHash>
const int Uuid::length = 16;
Uuid::Uuid() : m_data(length, 0)