You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-03 23:50:33 +02:00
17 lines
183 B
C++
Executable File
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
|