forked from ondra/colnod-connector
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