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