1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 23:41:51 +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 groupable() const Q_DECL_OVERRIDE;
virtual QString recipient() const;
virtual void setRecipient( const QString& s );
QString recipient() const;
void setRecipient( const QString& s );
private:
QString m_recipient;