1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-17 19:18:36 +01:00

Mark unused

This commit is contained in:
Jonas Kvinge 2020-12-12 12:49:35 +01:00
parent acf81f116f
commit 03291b27d1

View File

@ -360,6 +360,10 @@ void OSDBase::RepeatModeChanged(PlaylistSequence::RepeatMode mode) {
QString OSDBase::ReplaceMessage(const MessageType type, const QString &message, const Song &song) {
#ifndef HAVE_DBUS
Q_UNUSED(type)
#endif
bool html_escaped = false;
QString newline = "";