KDAB / cxx-qt

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

refactor: Free namespacing on associated QEnum #946

Closed LeonMatthesKDAB closed 2 months ago

LeonMatthesKDAB commented 2 months ago

There is really no reason the QEnum must inherit the QObject namespace. Even makes our code generation a lot simpler.

Closes #945