XX CMake Package
Loading...
Searching...
No Matches
XXIndexedDB.h
Go to the documentation of this file.
1#ifndef XXIndexedDBH
2#define XXIndexedDBH
3
5
6#include <QCoreApplication>
7
8namespace XX
9{
13
15 {
16 public:
17 static void initFileSystem(bool printContent = false, const QString& basePath = "/" + QCoreApplication::applicationName());
18 static bool checkFileSystem();
19 };
20} // namespace XX
21
22#endif // NOT XXIndexedDBH
#define XXWEBASSEMBLY_DECLSPEC
Definition XXWebAssemblyExportDef.h:11
allows to use the IndexedDB as file system
Definition XXIndexedDB.h:15
static void initFileSystem(bool printContent=false, const QString &basePath="/"+QCoreApplication::applicationName())
static bool checkFileSystem()
Definition XXPopulatedAbstract.h:11