parent
d8029a6eed
commit
19ef28945e
3 changed files with 10 additions and 2 deletions
@ -0,0 +1,7 @@ |
|||||||
|
#pragma once |
||||||
|
|
||||||
|
#include <QUuid> |
||||||
|
|
||||||
|
inline QString generateUuidString() { |
||||||
|
return QUuid::createUuid().toString(QUuid::WithoutBraces); |
||||||
|
} |
Loading…
Reference in new issue