oKcerG / SortFilterProxyModel

A nicely exposed QSortFilterProxyModel for QML
MIT License
298 stars 101 forks source link

Support Qt in namespace (#69) #72

Open patstew opened 4 years ago

patstew commented 4 years ago

Here's a second try with QT_FORWARD_DECLARE_CLASS. Apologies again for the other PR, I'm using MSVC where the way I did it before 'works'.

oKcerG commented 4 years ago

No need to apologize, it was my fault for not checking more.

I'll need to build a namespaced Qt version in order to properly check this PR, it might take some time with my nearly 10 years old PC at home, so I'll try to do that over the weekend :)