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:
parent
34976caf67
commit
d6400dee5b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user