2016-12-10 22:39:53 +00:00
|
|
|
#ifndef STABLE_H
|
|
|
|
#define STABLE_H
|
|
|
|
|
|
|
|
#if defined __cplusplus
|
|
|
|
|
|
|
|
#include <QAbstractListModel>
|
2016-12-11 16:09:39 +00:00
|
|
|
#include <QGuiApplication>
|
2016-12-10 22:39:53 +00: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 16:09:39 +00:00
|
|
|
#include <QQmlProperty>
|
2016-12-18 21:44:45 +00:00
|
|
|
#include <QSqlError>
|
2016-12-27 21:25:07 +01:00
|
|
|
#include <QNetworkAccessManager>
|
|
|
|
#include <QUrlQuery>
|
|
|
|
#include <QNetworkRequest>
|
|
|
|
#include <QNetworkReply>
|
|
|
|
#include <QSettings>
|
|
|
|
#include <QJsonObject>
|
|
|
|
#include <QJsonParseError>
|
2016-12-10 22:39:53 +00:00
|
|
|
|
2017-01-01 11:33:14 +01:00
|
|
|
|
|
|
|
|
|
|
|
#include <QTimer>
|
|
|
|
|
2016-12-10 22:39:53 +00:00
|
|
|
#endif // __cplusplus
|
|
|
|
|
|
|
|
#endif // STABLE_H
|