oKcerG / SortFilterProxyModel

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

Add support for Qt versions < 5.9 #92

Open Momomentum opened 3 years ago

Momomentum commented 3 years ago

Qt versions prior to Qt 5.9 do not have the qmlWarning(). For those versions redefine qmlWarning() to call qmlInfo() instead.

Michal-Szczepaniak commented 2 years ago

Bump, i could really use that