diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2019-06-14 13:59:57 +0200 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2019-06-26 10:03:53 +0200 |
| commit | e86946b5d8575d134fdc24c782f1757a8cc22d8f (patch) | |
| tree | e822eecd2dd5503e7b520d6cfbe98cc2331e52fb /src/qml/compiler/qv4codegen.cpp | |
| parent | c060f6e765a2f155b38158f2ed73eac4aad37e02 (diff) | |
Inline the rest of qv4compileddata.cpp
This way we get a header-only representation usable for the QmlCommon
module.
Change-Id: Ia75e445ffbee0c3b2d473a2a3a6309b2f12e8eea
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4codegen.cpp')
| -rw-r--r-- | src/qml/compiler/qv4codegen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4codegen.cpp b/src/qml/compiler/qv4codegen.cpp index 99b73679c5..79eac5dbcc 100644 --- a/src/qml/compiler/qv4codegen.cpp +++ b/src/qml/compiler/qv4codegen.cpp @@ -43,6 +43,7 @@ #include <QtCore/QCoreApplication> #include <QtCore/QStringList> #include <QtCore/QStack> +#include <QtCore/qurl.h> #include <QScopeGuard> #include <private/qqmljsast_p.h> #include <private/qqmljslexer_p.h> |
