You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-03 23:50:33 +02:00
9 lines
108 B
C
Executable File
9 lines
108 B
C
Executable File
#ifndef UUID_UTILS_H
|
|
#define UUID_UTILS_H
|
|
|
|
#include <stable.h>
|
|
|
|
QString testtest();
|
|
|
|
#endif // UUID_UTILS_H
|