summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenu.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-08-26 09:25:08 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-08-26 09:27:44 (GMT)
commitdad83c695e968d7c9fb0be2f4636cf14d34fb8a1 (patch)
tree4699bdb1a869d6a119e59f17d5217b25e4e504b5 /src/gui/widgets/qmenu.cpp
parent796d7cc7dd96cea9875afe2e9cf814e8cb192aa1 (diff)
downloadQt-dad83c695e968d7c9fb0be2f4636cf14d34fb8a1.zip
Qt-dad83c695e968d7c9fb0be2f4636cf14d34fb8a1.tar.gz
Qt-dad83c695e968d7c9fb0be2f4636cf14d34fb8a1.tar.bz2
fix warnings on Windows CE
Lots of warnings in the qreal == float case. Some Q_UNUSED added. Reviewed-by: thartman
Diffstat (limited to 'src/gui/widgets/qmenu.cpp')
-rw-r--r--src/gui/widgets/qmenu.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/qmenu.cpp b/src/gui/widgets/qmenu.cpp
index f0f425f..4734d22 100644
--- a/src/gui/widgets/qmenu.cpp
+++ b/src/gui/widgets/qmenu.cpp
@@ -368,7 +368,9 @@ QRect QMenuPrivate::actionRect(QAction *act) const
return actionRects.at(index);
}
+#if defined(Q_WS_MAC)
static const qreal MenuFadeTimeInSec = 0.150;
+#endif
void QMenuPrivate::hideUpToMenuBar()
{