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>
24 #include <quentier/utility/Macros.h>
30 #define LIBQUENTIER_PERSISTENCE_STORAGE_PATH \
31 "LIBQUENTIER_PERSISTENCE_STORAGE_PATH" \
32 // LIBQUENTIER_PERSISTENCE_STORAGE_PATH
44 const QString QUENTIER_EXPORT applicationPersistentStoragePath(
45 bool * pNonStandardLocation =
nullptr);
56 const QString QUENTIER_EXPORT accountPersistentStoragePath(
57 const Account & account);
63 const QString QUENTIER_EXPORT applicationTemporaryStoragePath();
70 const QString QUENTIER_EXPORT homePath();
75 const QString QUENTIER_EXPORT documentsPath();
79 #endif // LIB_QUENTIER_UTILITY_STANDARD_PATHS_H