Commit ff86e52
committed
Optimize simplification of Schema column
According to documentation
https://doc.qt.io/qt-5/qstring.html#simplified
> Whitespace means any character for which QChar::isSpace() returns true.
> This includes the ASCII characters '\t', '\n', '\v', '\f', '\r', and ' '.
So replacing '\n' is redundant and can be removed without effect.1 parent b4e8898 commit ff86e52
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments