mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
fixed compilation warnings in YACReaderLibrary.pro, at least using vc++ compiler
This commit is contained in:
@ -41,6 +41,8 @@ QString YACReader::colorToName(LabelColors colors)
|
||||
case YDark:
|
||||
return "dark";
|
||||
}
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
QString YACReader::labelColorToRGBString(LabelColors color)
|
||||
@ -84,7 +86,7 @@ QString YACReader::labelColorToRGBString(LabelColors color)
|
||||
return "#C8C8C8";
|
||||
case YDark:
|
||||
return "#ABABAB";
|
||||
|
||||
|
||||
}
|
||||
|
||||
return "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user