1
0
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:
Christian Muehlhaeuser
2014-09-01 02:33:04 +02:00
parent 952f1a388b
commit 048145c041

View File

@@ -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
} }