oKcerG / SortFilterProxyModel

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

Remove warning when compiling using c++17 #78

Open ahndee opened 4 years ago

ahndee commented 4 years ago

When using CONFIG+=c++17, the warning "SortFilterProxyModel needs at least c++11, add CONFIG += c++11 to your .pro" is shown even though c++17 is at least c++11