SonarQube warnings.
--HG-- branch : develop
This commit is contained in:
parent
7225481091
commit
e923234127
|
@ -673,7 +673,6 @@ void VCommonSettings::SetCSVSeparator(const QChar &separator)
|
|||
case ' ':
|
||||
settings.setValue(settingCSVSeparator, 2);
|
||||
break;
|
||||
case ',':
|
||||
default:
|
||||
settings.setValue(settingCSVSeparator, 3);
|
||||
break;
|
||||
|
@ -693,7 +692,6 @@ QChar VCommonSettings::GetCSVSeparator() const
|
|||
return QChar(';');
|
||||
case 2:
|
||||
return QChar(' ');
|
||||
case 3:
|
||||
default:
|
||||
return QChar(',');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user