19 #ifndef LIB_QUENTIER_UTILITY_STANDARD_PATHS_H
20 #define LIB_QUENTIER_UTILITY_STANDARD_PATHS_H
22 #include <quentier/types/Account.h>
23 #include <quentier/utility/Linkage.h>
29 #define LIBQUENTIER_PERSISTENCE_STORAGE_PATH \
30 "LIBQUENTIER_PERSISTENCE_STORAGE_PATH"
42 const QString QUENTIER_EXPORT
43 applicationPersistentStoragePath(
bool * pNonStandardLocation =
nullptr);
54 const QString QUENTIER_EXPORT
55 accountPersistentStoragePath(
const Account & account);
61 const QString QUENTIER_EXPORT applicationTemporaryStoragePath();
68 const QString QUENTIER_EXPORT homePath();
73 const QString QUENTIER_EXPORT documentsPath();