Commit 898b7e56 authored by David Fuhrmann's avatar David Fuhrmann

qt4: add forgotten ;

parent 4ff0b074
......@@ -112,7 +112,7 @@ QAction *addDPStaticEntry( QMenu *menu,
action = menu->addAction( text, THEDP, member );
}
#ifdef __APPLE__
action->setMenuRole( role )
action->setMenuRole( role );
#else
Q_UNUSED( role );
#endif
......
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