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