aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal.cpp
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-05-06 20:32:44 +0200
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-05-09 13:21:39 +0000
commit58bedefe772a83baa8809d7f3f4a683fa35f1ba8 (patch)
tree36a0b22c0708cbd12265dc0702579e419679da77 /src/qml/qml/qqmlboundsignal.cpp
parent4be62189a17a2b9a3c10a2448f146a6102598312 (diff)
Cleanup QStringBuilder usage
Modules in QtDeclarative are built with QT_USE_QSTRINGBUILDER. There is no need to include qstringbuilder.h. This also means the + operator can be used instead of the %. Change-Id: I9fc374c25174a66c276f7f67a0abcd8e62a6a485 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlboundsignal.cpp')
-rw-r--r--src/qml/qml/qqmlboundsignal.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlboundsignal.cpp b/src/qml/qml/qqmlboundsignal.cpp
index 9879763c72..c1e6543b86 100644
--- a/src/qml/qml/qqmlboundsignal.cpp
+++ b/src/qml/qml/qqmlboundsignal.cpp
@@ -56,7 +56,6 @@
#include <private/qv4value_p.h>
-#include <QtCore/qstringbuilder.h>
#include <QtCore/qdebug.h>