summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-10-16 11:02:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-22 08:41:27 +0200
commit2ec2edc24d118d9c13482f0306df3cf2314f8898 (patch)
treefd26632d59332c651214ba37abbb6dc61a3742a8 /tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp
parenta89eae8cb4675188707a850650f664e7be9fa292 (diff)
normalise signal/slot signatures [QtGui tests]
Change-Id: I42e11de9ef1d8a04b2a8e200afb84f2245f3361a Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp')
-rw-r--r--tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp b/tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp
index ccb54b52c9..cc291f72fa 100644
--- a/tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp
+++ b/tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp
@@ -107,7 +107,7 @@ void tst_QGuiApplication::focusObject()
DummyWindow window2;
window1.show();
- QSignalSpy spy(&app, SIGNAL(focusObjectChanged(QObject *)));
+ QSignalSpy spy(&app, SIGNAL(focusObjectChanged(QObject*)));
// verify active window focus propagates to qguiapplication