From 12e55eaa653107982de9b88f6459f0e16660a35e Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 18 Mar 2014 23:39:02 +0100 Subject: 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 --- src/quick/util/qquickpropertychanges.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/quick/util/qquickpropertychanges.cpp') diff --git a/src/quick/util/qquickpropertychanges.cpp b/src/quick/util/qquickpropertychanges.cpp index b2f490e3c8..9ed6ce07d0 100644 --- a/src/quick/util/qquickpropertychanges.cpp +++ b/src/quick/util/qquickpropertychanges.cpp @@ -46,7 +46,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3