1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 01:24:11 +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
TomahawkWindow::pluginMenuRemoved( QMenu* menu )
{
Q_UNUSED( menu )
SipPlugin* plugin = qobject_cast< SipPlugin* >( sender() );
if ( plugin )
{