summaryrefslogtreecommitdiffstats
path: root/examples/animation/easing/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/easing/window.cpp')
-rw-r--r--examples/animation/easing/window.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/animation/easing/window.cpp b/examples/animation/easing/window.cpp
index 869bca4798..208acd04fc 100644
--- a/examples/animation/easing/window.cpp
+++ b/examples/animation/easing/window.cpp
@@ -42,11 +42,7 @@
Window::Window(QWidget *parent)
: QWidget(parent),
-#if defined(Q_OS_SYMBIAN) || defined(Q_WS_SIMULATOR)
- m_iconSize(32, 32)
-#else
m_iconSize(64, 64)
-#endif
{
m_ui.setupUi(this);
QButtonGroup *buttonGroup = findChild<QButtonGroup *>(); // ### workaround for uic in 4.4