mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 07:22:25 +02:00
Fixing the include file names...
This commit is contained in:
parent
249efa383e
commit
1b03b6867c
2 changed files with 5 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
|||
#include <QtCore/QObject>
|
||||
#include <QtScript/QScriptValue>
|
||||
|
||||
#include <QJSonObject>
|
||||
#include <QJSonArray>
|
||||
#include <QtCore/QJsonObject>
|
||||
#include <QtCore/QJsonArray>
|
||||
|
||||
#include "SharedUtil.h"
|
||||
|
||||
|
|
|
@ -11,8 +11,9 @@
|
|||
#include <QtCore/QHash>
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
#include <QJSonObject>
|
||||
#include <QJSonArray>
|
||||
#include <QtCore/QJsonObject>
|
||||
#include <QtCore/QJsonArray>
|
||||
|
||||
|
||||
#include "RouteBuilderProxy.h"
|
||||
#include "../ScriptingInterface.h"
|
||||
|
|
Loading…
Reference in a new issue