1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00
Files
joplin/QtClient/JoplinQtClient/paths.h
2017-02-08 21:43:35 +00:00

17 lines
183 B
C++
Executable File

#ifndef PATHS_H
#define PATHS_H
#include <stable.h>
namespace jop {
namespace paths {
QString configDir();
QString databaseFile();
QString noteDraftsDir();
}
}
#endif // PATHS_H