21#include <quentier/types/Account.h>
22#include <quentier/utility/Linkage.h>
28#define LIBQUENTIER_PERSISTENCE_STORAGE_PATH \
29 "LIBQUENTIER_PERSISTENCE_STORAGE_PATH"
31namespace quentier::utility {
33constexpr const char * gLibquentierPersistenceStoragePath =
34 "LIBQUENTIER_PERSISTENCE_STORAGE_PATH";
44[[nodiscard]] QString QUENTIER_EXPORT
45 applicationPersistentStoragePath(
bool * nonStandardLocation =
nullptr);
56[[nodiscard]] QString QUENTIER_EXPORT
57 accountPersistentStoragePath(
const Account & account);
63[[nodiscard]] QString QUENTIER_EXPORT applicationTemporaryStoragePath();
70[[nodiscard]] QString QUENTIER_EXPORT homePath();
75[[nodiscard]] QString QUENTIER_EXPORT documentsPath();