mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
Add Q_UNUSED to setCurrentTrack in PlaylistInterface.
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
virtual PlaylistModes::LatchMode latchMode() const { return m_latchMode; }
|
||||
virtual void setLatchMode( PlaylistModes::LatchMode latchMode ) { m_latchMode = latchMode; }
|
||||
|
||||
virtual bool setCurrentTrack( unsigned int albumpos ) { return false; }
|
||||
virtual bool setCurrentTrack( unsigned int albumpos ) { Q_UNUSED( albumpos ); return false; }
|
||||
|
||||
virtual void reset() {}
|
||||
|
||||
|
Reference in New Issue
Block a user