mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +02:00
Use appropriate Q_DECL_OVERRIDE
This commit is contained in:
@@ -161,9 +161,9 @@ signals:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 )
|
#if QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 )
|
||||||
virtual void incomingConnection( qintptr sd );
|
void incomingConnection( qintptr sd ) Q_DECL_OVERRIDE;
|
||||||
#else
|
#else
|
||||||
virtual void incomingConnection( int sd );
|
void incomingConnection( int sd ) Q_DECL_OVERRIDE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
Reference in New Issue
Block a user