diff options
Diffstat (limited to 'src/declarative/qml/qmlsqldatabase_p.h')
-rw-r--r-- | src/declarative/qml/qmlsqldatabase_p.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlsqldatabase_p.h b/src/declarative/qml/qmlsqldatabase_p.h index 95eb5ea..0fd275b 100644 --- a/src/declarative/qml/qmlsqldatabase_p.h +++ b/src/declarative/qml/qmlsqldatabase_p.h @@ -42,6 +42,7 @@ #ifndef QMLSQLDATABASE_P_H #define QMLSQLDATABASE_P_H +#include <QtScript/qscriptengine.h> // // W A R N I N G // ------------- @@ -53,8 +54,14 @@ // We mean it. // +#include <QtCore/qglobal.h> + +QT_BEGIN_NAMESPACE + class QScriptEngine; void qt_add_qmlsqldatabase(QScriptEngine *engine); +QT_END_NAMESPACE + #endif // QMLSQLDATABASE_P_H |