Better widget positions, removed futile message when no errors shows up

This commit is contained in:
seatedscribe
2017-03-06 00:47:49 +01:00
parent 41f9c3d2a1
commit 39057a6aa0
4 changed files with 515 additions and 481 deletions

View File

@@ -315,7 +315,7 @@ bool CsvParser::isCRLF(const QChar &c) const {
}
bool CsvParser::isSpace(const QChar &c) const {
return (c == 0x20);
return (c == ' ');
}
bool CsvParser::isTab(const QChar &c) const {