1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 08:34:34 +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
Q_UNUSED( signal );
Q_ASSERT( false );
#endif
}
@@ -82,6 +83,7 @@ SharedTimeLine::disconnectNotify( const QMetaMethod& signal )
}
}
#else
Q_UNUSED( signal );
Q_ASSERT( false );
#endif
}