Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpasdam <>2018-03-23 00:56:05 +0300
committerJonathan White <support@dmapps.us>2018-07-07 05:23:49 +0300
commitad4423d226da6105e0732a15918c6429e2ca8ed4 (patch)
tree66e0c01f02aefe57b8c654d7ada3dd91ce802cb1 /tests/TestGlobal.h
parentdcece140a0b75a9fea55af32edaa2944789725ce (diff)
Replaced Uuid with QUuid
Diffstat (limited to 'tests/TestGlobal.h')
-rw-r--r--tests/TestGlobal.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/TestGlobal.h b/tests/TestGlobal.h
index 788bd8a13..ef7472c01 100644
--- a/tests/TestGlobal.h
+++ b/tests/TestGlobal.h
@@ -26,15 +26,7 @@
namespace QTest
{
-
- template <> inline char* toString(const Uuid& uuid)
- {
- QByteArray ba = "Uuid(";
- ba += uuid.toHex().toLatin1().constData();
- ba += ")";
- return qstrdup(ba.constData());
- }
-
+
template <> inline char* toString(const Group::TriState& triState)
{
QString value;