21#include <quentier/types/Account.h>
22#include <quentier/utility/Linkage.h>
28#define LIBQUENTIER_PERSISTENCE_STORAGE_PATH \
29 "LIBQUENTIER_PERSISTENCE_STORAGE_PATH"
41[[nodiscard]] QString QUENTIER_EXPORT
42 applicationPersistentStoragePath(
bool * pNonStandardLocation =
nullptr);
53[[nodiscard]] QString QUENTIER_EXPORT
54 accountPersistentStoragePath(
const Account & account);
60[[nodiscard]] QString QUENTIER_EXPORT applicationTemporaryStoragePath();
67[[nodiscard]] QString QUENTIER_EXPORT homePath();
72[[nodiscard]] QString QUENTIER_EXPORT documentsPath();