Warning, file /kdevelop/kdevelop/plugins/debuggercommon/tests/debuggees/quuid.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #include <QUuid>
0002 int main() {
0003     QUuid id("{9ec3b70b-d105-42bf-b3b4-656e44d2e223}");
0004     Q_UNUSED(id.toString()); // prevent compiler optimizing away unused object
0005     return 0;
0006 }