[Clang Warnings] Add empty default clause

This commit is contained in:
Taeyeon Mori 2014-04-12 20:35:37 +02:00 committed by Petr Mrázek
parent eb5699c835
commit d166340097

View File

@ -120,6 +120,8 @@ void drawBadges(QPainter *painter, const QStyleOptionViewItemV4 &option, BaseIns
case BaseInstance::VersionBrokenFlag:
pixmaps.append("broken");
break;
default:
break;
}
}