mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 10:05:32 +02:00
Suppress warning.
This commit is contained in:
@@ -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 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user