1
0
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:
Uwe L. Korn
2014-11-16 12:09:03 +01:00
parent 7ec2d61940
commit 883275b14a

View File

@@ -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: