#pragma once #include inline QString generateUuidString() { return QUuid::createUuid().toString(QUuid::WithoutBraces); }