aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-03-18 23:39:02 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-19 17:24:01 +0100
commit12e55eaa653107982de9b88f6459f0e16660a35e (patch)
tree462b1d84a7a62168868b299ee03b1df10cc9d399 /src/qml/qml/qqmlimport_p.h
parent8a0573b92924ba3fcf4228730c2c693b52c41c28 (diff)
Cleanup: Remove last traces of QQmlScript
What remains is the code for removing .pragma from script source code (and replacing it with white-space to preserve line/column numbers). The previous code even returned the value of the pragmas, but for the remaining caller sites that value isn't used, so we can just return void. Change-Id: I16db15da236970660b817d6c4493005365a7a1af Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlimport_p.h')
-rw-r--r--src/qml/qml/qqmlimport_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlimport_p.h b/src/qml/qml/qqmlimport_p.h
index 7894037cdc..e0c630e9d3 100644
--- a/src/qml/qml/qqmlimport_p.h
+++ b/src/qml/qml/qqmlimport_p.h
@@ -47,7 +47,6 @@
#include <QtCore/qset.h>
#include <QtCore/qstringlist.h>
#include <private/qqmldirparser_p.h>
-#include <private/qqmlscript_p.h>
#include <private/qqmlmetatype_p.h>
//