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"
42const QString QUENTIER_EXPORT
43applicationPersistentStoragePath(
bool * pNonStandardLocation =
nullptr);
54const QString QUENTIER_EXPORT
55accountPersistentStoragePath(
const Account & account);
61const QString QUENTIER_EXPORT applicationTemporaryStoragePath();
68const QString QUENTIER_EXPORT homePath();
73const QString QUENTIER_EXPORT documentsPath();