KDAB / cxx-qt

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

Fully qualify C++ types without explicit namespace #859

Closed LeonMatthesKDAB closed 5 months ago

LeonMatthesKDAB commented 5 months ago

Depends on #858

ahayzen-kdab commented 5 months ago

@LeonMatthesKDAB leave as draft if a pull request depends / includes another, otherwise folks may review the wrong one first :-)

LeonMatthesKDAB commented 5 months ago

Hm, I kind of hate how inconsistent this has become... Whenever we hard-code C++ into our generator we still tend to use fully-qualified paths (which I think is still the best approach). But for every generated path, we no use paths that are not quite fully qualified...

That's really unfortunate :( But if it works I guess it must do...