iLand
bite_global.h
Go to the documentation of this file.
1#ifndef BITE_GLOBAL_H
2#define BITE_GLOBAL_H
3
4#include <QtCore>
5
6#include <QJSEngine>
7#include <QJSValue>
8#include <QJSValueIterator>
9
10#include <QLoggingCategory>
11Q_DECLARE_LOGGING_CATEGORY(bite)
12Q_DECLARE_LOGGING_CATEGORY(biteSetup)
13
14
15#include "exception.h"
16
17#endif // BITE_GLOBAL_H