mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +02:00
* Compiler warnings in SharedTimeLine.
This commit is contained in:
@@ -50,6 +50,7 @@ SharedTimeLine::connectNotify( const QMetaMethod& signal )
|
||||
}
|
||||
}
|
||||
#else
|
||||
Q_UNUSED( signal );
|
||||
Q_ASSERT( false );
|
||||
#endif
|
||||
}
|
||||
@@ -82,6 +83,7 @@ SharedTimeLine::disconnectNotify( const QMetaMethod& signal )
|
||||
}
|
||||
}
|
||||
#else
|
||||
Q_UNUSED( signal );
|
||||
Q_ASSERT( false );
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user