diff -r 593a658cba8e -r 73e448b2943d src/uuid.h --- a/src/uuid.h Thu Oct 03 11:45:44 2019 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -#pragma once -#include -#include - -struct Uuid -{ - quint64 a; - quint64 b; -}; - -void incrementUuid(Uuid &uuid); -void uuidToString(const Uuid &uuid, QTextStream &stream);