Remove unused static const variable
clang on Mac OS complains about it. Change-Id: I7a385eb520c5098cf61a0d8c2e1de0731db2e1ae Reviewed-by: Kai Koehne <kai.koehne@digia.com>bb10
parent
23b47a8d4e
commit
3d05fa25f2
|
|
@ -433,10 +433,6 @@ QRect QMenuPrivate::actionRect(QAction *act) const
|
|||
return actionRects.at(index);
|
||||
}
|
||||
|
||||
#if defined(Q_OS_MAC)
|
||||
static const qreal MenuFadeTimeInSec = 0.150;
|
||||
#endif
|
||||
|
||||
void QMenuPrivate::hideUpToMenuBar()
|
||||
{
|
||||
Q_Q(QMenu);
|
||||
|
|
|
|||
Loading…
Reference in New Issue