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-11 16:09:39 +00:00

15 lines
147 B
C++
Executable File

#ifndef UUID_H
#define UUID_H
#include <stable.h>
namespace jop {
namespace uuid {
//QUuid fromString(const QString& s);
}
}
#endif // UUID_H