mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
Use appropriate Q_DECL_OVERRIDE
This commit is contained in:
parent
d0b2d39967
commit
8afa54f2de
@ -161,9 +161,9 @@ signals:
|
||||
|
||||
protected:
|
||||
#if QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 )
|
||||
virtual void incomingConnection( qintptr sd );
|
||||
void incomingConnection( qintptr sd ) Q_DECL_OVERRIDE;
|
||||
#else
|
||||
virtual void incomingConnection( int sd );
|
||||
void incomingConnection( int sd ) Q_DECL_OVERRIDE;
|
||||
#endif
|
||||
|
||||
public slots:
|
||||
|
Loading…
x
Reference in New Issue
Block a user