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

17 lines
183 B
C
Raw Normal View History

2017-01-10 18:05:58 +01:00
#ifndef PATHS_H
#define PATHS_H
#include <stable.h>
namespace jop {
namespace paths {
QString configDir();
QString databaseFile();
2017-02-08 21:43:35 +00:00
QString noteDraftsDir();
2017-01-10 18:05:58 +01:00
}
}
#endif // PATHS_H