Refactoring.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-07-01 12:11:18 +03:00
parent 0658d92688
commit 35eb1cecff

View file

@ -110,7 +110,8 @@ enum class PassmarkLineType : unsigned char
VMark,
VMark2,
UMark,
BoxMark
BoxMark,
LAST_ONE_DO_NOT_USE
};
QString PassmarkLineTypeToString(PassmarkLineType type);