1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Replace virtual with appropriate Q_DECL_OVERRIDE

This commit is contained in:
Uwe L. Korn 2014-09-17 16:41:02 +01:00
parent ff10f4536a
commit 794d66b31a

View File

@ -49,7 +49,7 @@ signals:
void stateChanged( Tomahawk::DBSyncConnectionState newstate, Tomahawk::DBSyncConnectionState oldstate, const QString& info );
protected slots:
virtual void handleMsg( msg_ptr msg );
void handleMsg( msg_ptr msg ) Q_DECL_OVERRIDE;
public slots:
void sendOps();