mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
15 lines
145 B
C++
Executable File
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
|