summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-16 12:50:22 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-17 05:26:55 +0100
commit3b5f6f76471118e60ee9c9b8536d6b4fba1e785d (patch)
tree01ba3943b2fd1c8d36a5fc6bcf1e46db5d62275d /tests/auto/gui
parent1209fccaf7c78f46f7d30cf729ed34e12e295e62 (diff)
QWindow-test: Fix QSignalSpy warning about Qt::ScreenOrientation.
Change-Id: I5954445057c1a597b5062ee8e472d684832812e5 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tests/auto/gui')
-rw-r--r--tests/auto/gui/kernel/qwindow/tst_qwindow.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp b/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
index 8c4c53cc5c..a860793ce4 100644
--- a/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
+++ b/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
@@ -45,6 +45,9 @@
#include <QEvent>
+// For QSignalSpy slot connections.
+Q_DECLARE_METATYPE(Qt::ScreenOrientation)
+
class tst_QWindow: public QObject
{
Q_OBJECT