mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Pedantic warning fix
This commit is contained in:
@@ -38,8 +38,8 @@ DropJobNotifier::DropJobNotifier( QPixmap servicePixmap, QString service, DropJo
|
||||
: JobStatusItem()
|
||||
, m_type( "unknown" )
|
||||
, m_job( 0 )
|
||||
, m_service ( service )
|
||||
, m_pixmap ( servicePixmap )
|
||||
, m_service ( service )
|
||||
{
|
||||
|
||||
if( type == DropJob::Playlist )
|
||||
|
Reference in New Issue
Block a user