1
0
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:
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 ); 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();