Commit bfd4a90
authored
Switch to Qt6 (#69)
* Now library supports only Qt6. We've updated interface of the main classes in compliance with Qt6:
* QList<QString> instead of QStringList
* QStringConverter::Encoding instead of QTextCodec
* qsizetype instead of int
* Simplification - no more PIMPL classes
* Switch to C++11/14/17
* Minor code style changes
* Move all CI jobs to Appveyor
New contributors: Bogdan Cristea (https://github.com/cristeab), Markus Krause (https://github.com/markusdd)1 parent 76cc2d5 commit bfd4a90
File tree
29 files changed
+1055
-1542
lines changed- include/qtcsv
- sources
- tests
29 files changed
+1055
-1542
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 10 | + | |
| 11 | + | |
21 | 12 | | |
22 | 13 | | |
23 | 14 | | |
| |||
0 commit comments