XX CMake Package
Loading...
Searching...
No Matches
XXDataStore.h
Go to the documentation of this file.
1#ifndef XXDataStoreH
2#define XXDataStoreH
3
4#include "XXCoreExportDef.h"
5
6#include <QString>
7
8namespace XX
9{
12
14 {
15 public:
16 static QString getPath();
17 static void setPath(const QString& path, const QString& anchor = QString());
18
19 private:
20 static QString path;
21 };
22} // namespace XX
23
24#endif // NOT XXDataStoreH
#define XXCORE_DECLSPEC
Definition XXCoreExportDef.h:11
manage data storage paths
Definition XXDataStore.h:14
static void setPath(const QString &path, const QString &anchor=QString())
static QString getPath()
Definition XXPopulatedAbstract.h:11