aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den.exter@jollamobile.com>2014-07-17 17:10:24 +1000
committerAndrew den Exter <andrew.den.exter@qinetic.com.au>2014-07-17 11:28:43 +0200
commit3aa02fb3f2dd3e39869cdcf942d8f5a26cc7ad22 (patch)
tree253ef208d5a145b3b84212dfa3fd8da22bfce473 /tests/auto/qml/qqmlproperty
parenta38f8d96fc5781e6d99eadbd435f408f8729ac1b (diff)
Remove QWidget include from QQmlProperty test.
Change-Id: I1a23816b65273c920b319836f015f6746aa3ad06 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'tests/auto/qml/qqmlproperty')
-rw-r--r--tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp b/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp
index 27c3fd985e..fc4f7edcb8 100644
--- a/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp
+++ b/tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp
@@ -46,7 +46,6 @@
#include <QtQml/private/qqmlproperty_p.h>
#include <private/qqmlbinding_p.h>
#include <private/qqmlboundsignal_p.h>
-#include <QtWidgets/QLineEdit>
#include <QtCore/qfileinfo.h>
#include <QtCore/qdir.h>
#include <QtCore/private/qobject_p.h>