From 9ee11d99fcfdb89adb7bf1829398caa235037b28 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 29 Aug 2017 13:22:59 +0200 Subject: Get rid of the specialized Moth::CompilationUnit It didn't do anything special anymore, so fold the last small bit of functionality back into the base class. Change-Id: Ic8f62e645b2742aa91f13f63adaf321353962bc5 Reviewed-by: Simon Hausmann --- src/qml/compiler/qv4compileddata_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/compiler/qv4compileddata_p.h') diff --git a/src/qml/compiler/qv4compileddata_p.h b/src/qml/compiler/qv4compileddata_p.h index d1567611dc..882fe06086 100644 --- a/src/qml/compiler/qv4compileddata_p.h +++ b/src/qml/compiler/qv4compileddata_p.h @@ -958,7 +958,7 @@ struct Q_QML_PRIVATE_EXPORT CompilationUnit : public CompilationUnitBase, public bool loadFromDisk(const QUrl &url, const QDateTime &sourceTimeStamp, QString *errorString); protected: - virtual void linkBackendToEngine(QV4::ExecutionEngine *engine) = 0; + void linkBackendToEngine(QV4::ExecutionEngine *engine); #endif // V4_BOOTSTRAP public: -- cgit v1.2.3