mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 00:24:12 +02:00
Remove unnecessary virtual
This commit is contained in:
@@ -61,9 +61,9 @@ public:
|
||||
DashboardWidget( QWidget* parent = nullptr );
|
||||
virtual ~DashboardWidget();
|
||||
|
||||
virtual bool isBeingPlayed() const;
|
||||
virtual playlistinterface_ptr playlistInterface() const;
|
||||
virtual bool jumpToCurrentTrack();
|
||||
bool isBeingPlayed() const;
|
||||
playlistinterface_ptr playlistInterface() const;
|
||||
bool jumpToCurrentTrack();
|
||||
|
||||
public slots:
|
||||
|
||||
|
Reference in New Issue
Block a user