-
Notifications
You must be signed in to change notification settings - Fork 5
QDataStream
Ivailo Monev edited this page Jun 29, 2019
·
4 revisions
Support for QDataStream versions prior to 12 (Qt 4.6) has been removed, this was done in https://github.com/fluxer/katie/commit/165b738265e266e236b3b0d53bbe0af58a2ffa76, https://github.com/fluxer/katie/commit/050a2066208ab98e19dd37475e5045c964363573 and https://github.com/fluxer/katie/commit/86f32903c252ffd901a2f0497a6fbc92f04cef1f.
Regardless of the version you set the data in and out should produce same results, incompatible with any versions prior to that. If your project relies on earlier versions for saving and restoring data then you will have to discard the data. That may include settings files, network disk cache and other persistent data store.
Katie is part of the Katana Desktop Environment project.