Reencode files to utf-8

Remove warning
This commit is contained in:
gdd 2011-05-11 12:52:15 +00:00
parent 5b6f44bd62
commit 3e9499442b
2 changed files with 489 additions and 490 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1923,7 +1923,6 @@ void GeometryGUI::restoreVisualParameters (int savePoint)
appStudy->setObjectPropMap(index, entry, aListOfMap[index]);
QColor c = aListOfMap[index].value(COLOR_PROP).value<QColor>();
//Get Visibility property of the current PropMap
if (aListOfMap[index].value(VISIBILITY_PROP) == 1) {
SUIT_ViewManager* vman = lst.at(index);