1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/QtClient/JoplinQtClient/uuid.h
2016-12-31 10:48:18 +01:00

15 lines
145 B
C++
Executable File

#ifndef UUID_H
#define UUID_H
#include <stable.h>
namespace jop {
namespace uuid {
QString createUuid(QString s = "");
}
}
#endif // UUID_H