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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user