Use unsigned int as underlying type for enums

This commit is contained in:
Martchus 2018-03-21 20:31:13 +01:00
parent 4f21442f39
commit dd8456fe89
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class ChecklistModel;
namespace TagParser {
class MediaFileInfo;
enum class ContainerFormat;
enum class ContainerFormat : unsigned int;
} // namespace TagParser
namespace QtGui {