aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-17 10:35:56 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-19 09:20:43 +0000
commit7d5ce4284badb1fd54a67938039d0a1908f34370 (patch)
tree8728b6e3e13fd35b4187f2eb6cc2bcdc7b98f69e /src/qml/qml/qqmlcompiler_p.h
parentd63a75164a76410d4fe10fe2503d7087f0dd71d8 (diff)
Cleanup
Remove two dummy forwarding functions Change-Id: I053f9aecc761772c932550a0ddbea390621049c1 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlcompiler_p.h')
-rw-r--r--src/qml/qml/qqmlcompiler_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlcompiler_p.h b/src/qml/qml/qqmlcompiler_p.h
index 1c43a85de3..cbe70a7077 100644
--- a/src/qml/qml/qqmlcompiler_p.h
+++ b/src/qml/qml/qqmlcompiler_p.h
@@ -89,8 +89,6 @@ public:
QQmlEngine *engine;
- QString fileName() const { return compilationUnit->fileName(); }
- QUrl url() const { return compilationUnit->url(); }
QQmlTypeNameCache *importCache;
int metaTypeId;