1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

Remove (yet) unnecassary virtual

This commit is contained in:
Uwe L. Korn
2014-09-11 23:52:25 +01:00
parent 34976caf67
commit d6400dee5b

View File

@@ -53,8 +53,8 @@ public:
bool localOnly() const Q_DECL_OVERRIDE; bool localOnly() const Q_DECL_OVERRIDE;
bool groupable() const Q_DECL_OVERRIDE; bool groupable() const Q_DECL_OVERRIDE;
virtual QString recipient() const; QString recipient() const;
virtual void setRecipient( const QString& s ); void setRecipient( const QString& s );
private: private:
QString m_recipient; QString m_recipient;