KDAB / cxx-qt

Safe interop between Rust and Qt
https://kdab.github.io/cxx-qt/book/
1.08k stars 77 forks source link

Go through C++ code and check int types #60

Open ahayzen-kdab opened 2 years ago

ahayzen-kdab commented 2 years ago

Go through C++ code and ensure we use std::int32_t or similar instead of int or qint32 etc

ahayzen-kdab commented 2 years ago

Note that using std::int32_t confused QML in Qt 5 but not Qt 6 .. https://github.com/ahayzen-kdab/cxx-qt/tree/use-std-integer-types

ahayzen-kdab commented 2 years ago

Note with #317 we can potentially move to std integer types throughout.