summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2016-01-26 14:11:29 +0100
committerTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2016-01-28 16:30:24 +0000
commit33bdb93ae1b1a19eb46d924a31a58237850fbfa4 (patch)
tree7a0adb9c85b6bfc3ace123975773a9dfa7561c5c /tests/auto/widgets
parent3a30a2fcb3f026ffba4d9484ad92479419d79547 (diff)
Remove some old QT_MAC_USE_COCOA cruft
Change-Id: Ib9cb57563274c722023084e94f2cd439088366a8 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
Diffstat (limited to 'tests/auto/widgets')
-rw-r--r--tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
index ddbb4e6d75..8a5250aad4 100644
--- a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
+++ b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
@@ -261,9 +261,7 @@ private slots:
#endif
void raise();
void lower();
-#ifndef QT_MAC_USE_COCOA
void stackUnder();
-#endif
void testContentsPropagation();
void saveRestoreGeometry();
void restoreVersion1Geometry_data();
@@ -320,9 +318,7 @@ private slots:
void moveChild();
void showAndMoveChild();
-#ifndef QT_MAC_USE_COCOA
void subtractOpaqueSiblings();
-#endif
#if defined (Q_OS_WIN) && !defined(Q_OS_WINCE) && !defined(Q_OS_WINRT)
void setGeometry_win();