2016-12-11 00:39:53 +02:00
|
|
|
#ifndef STABLE_H
|
|
|
|
#define STABLE_H
|
|
|
|
|
|
|
|
#if defined __cplusplus
|
|
|
|
|
|
|
|
#include <QAbstractListModel>
|
2016-12-11 18:09:39 +02:00
|
|
|
#include <QGuiApplication>
|
2016-12-11 00:39:53 +02:00
|
|
|
#include <QDebug>
|
|
|
|
#include <QFileInfo>
|
|
|
|
#include <QSqlDatabase>
|
|
|
|
#include <QSqlQuery>
|
|
|
|
#include <QSqlRecord>
|
|
|
|
#include <QList>
|
|
|
|
#include <QGuiApplication>
|
|
|
|
#include <QQmlApplicationEngine>
|
|
|
|
#include <QSqlDatabase>
|
|
|
|
#include <QQuickView>
|
|
|
|
#include <QQmlContext>
|
2016-12-11 18:09:39 +02:00
|
|
|
#include <QQmlProperty>
|
2016-12-18 23:44:45 +02:00
|
|
|
#include <QSqlError>
|
2016-12-27 22:25:07 +02:00
|
|
|
#include <QNetworkAccessManager>
|
|
|
|
#include <QUrlQuery>
|
|
|
|
#include <QNetworkRequest>
|
|
|
|
#include <QNetworkReply>
|
|
|
|
#include <QSettings>
|
|
|
|
#include <QJsonObject>
|
|
|
|
#include <QJsonParseError>
|
2016-12-11 00:39:53 +02:00
|
|
|
|
|
|
|
#endif // __cplusplus
|
|
|
|
|
|
|
|
#endif // STABLE_H
|