Commit 92273579 authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

qt4: kill a warning

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2b5cb724
...@@ -113,6 +113,8 @@ QAction *addDPStaticEntry( QMenu *menu, ...@@ -113,6 +113,8 @@ QAction *addDPStaticEntry( QMenu *menu,
} }
#ifdef __APPLE__ #ifdef __APPLE__
action->setMenuRole( role ) action->setMenuRole( role )
#else
Q_UNUSED( role );
#endif #endif
action->setData( VLCMenuBar::ACTION_STATIC ); action->setData( VLCMenuBar::ACTION_STATIC );
return action; return action;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment