mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
Replace virtual with appropriate Q_DECL_OVERRIDE
This commit is contained in:
@@ -49,7 +49,7 @@ signals:
|
|||||||
void stateChanged( Tomahawk::DBSyncConnectionState newstate, Tomahawk::DBSyncConnectionState oldstate, const QString& info );
|
void stateChanged( Tomahawk::DBSyncConnectionState newstate, Tomahawk::DBSyncConnectionState oldstate, const QString& info );
|
||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
virtual void handleMsg( msg_ptr msg );
|
void handleMsg( msg_ptr msg ) Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void sendOps();
|
void sendOps();
|
||||||
|
Reference in New Issue
Block a user