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 #951

Closed LeonMatthesKDAB closed 1 month ago

LeonMatthesKDAB commented 1 month ago

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

Closes #945

LeonMatthesKDAB commented 1 month ago

Nevermind, this has already been merged, weird that Github still shows a diff :thinking: