summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macgui/tst_macgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/macgui/tst_macgui.cpp')
-rw-r--r--tests/auto/other/macgui/tst_macgui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/other/macgui/tst_macgui.cpp b/tests/auto/other/macgui/tst_macgui.cpp
index 75781ffa56..919f272981 100644
--- a/tests/auto/other/macgui/tst_macgui.cpp
+++ b/tests/auto/other/macgui/tst_macgui.cpp
@@ -122,7 +122,7 @@ void tst_MacGui::dummy()
const int delay = 1000;
clickLater(interface, Qt::LeftButton, delay);
- // Show dialog and and enter event loop.
+ // Show dialog and enter event loop.
connect(wn.getWidget(interface), SIGNAL(clicked()), SLOT(exitLoopSlot()));
const int timeout = 4;
QTestEventLoop::instance().enterLoop(timeout);
@@ -148,7 +148,7 @@ void tst_MacGui::splashScreenModality()
const int delay = 1000;
clickLater(interface, Qt::LeftButton, delay);
- // Show dialog and and enter event loop.
+ // Show dialog and enter event loop.
connect(wn.getWidget(interface), SIGNAL(clicked()), SLOT(exitLoopSlot()));
const int timeout = 4;
QTestEventLoop::instance().enterLoop(timeout);