1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

Suppress warning.

This commit is contained in:
Teo Mrnjavac
2012-08-06 20:08:53 +02:00
parent 3fe83964b0
commit 9ea9898b59

View File

@@ -891,6 +891,7 @@ TomahawkWindow::pluginMenuAdded( QMenu* menu )
void void
TomahawkWindow::pluginMenuRemoved( QMenu* menu ) TomahawkWindow::pluginMenuRemoved( QMenu* menu )
{ {
Q_UNUSED( menu )
SipPlugin* plugin = qobject_cast< SipPlugin* >( sender() ); SipPlugin* plugin = qobject_cast< SipPlugin* >( sender() );
if ( plugin ) if ( plugin )
{ {