Fix parser and add unit tests.

This commit is contained in:
Felix Geyer
2010-08-13 18:08:06 +02:00
parent b64dbce2da
commit bd1ea05017
18 changed files with 690 additions and 103 deletions

View File

@@ -27,7 +27,7 @@ public:
Uuid();
Uuid(bool generate);
Uuid(const QByteArray& data);
QString toString() const;
QString toBase64() const;
QByteArray toByteArray() const;
bool isNull() const;
bool operator==(const Uuid& other) const;