mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 15:40:40 +02:00
fix for Qt 5.9
This commit is contained in:
parent
c469149622
commit
f4ece0a43a
@ -171,7 +171,7 @@ void UnitTest::saveDataToDB()
|
|||||||
|
|
||||||
void UnitTest::getUuid()
|
void UnitTest::getUuid()
|
||||||
{
|
{
|
||||||
qDebug() << QUuid::createUuid().toString(QUuid::WithoutBraces);
|
qDebug() << QUuid::createUuid().toString().mid(1,36);
|
||||||
QCOMPARE(1,1);
|
QCOMPARE(1,1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user