Skip to content

fix incorrect QML element name in documentation

Gary Wang requested to merge garywang/kitemmodels:fix-doc into master

Current documentation: https://api.kde.org/frameworks/kitemmodels/html/classSortFilterModel.html

Current usage of KSortFilterProxyModel: https://github.com/search?q=org%3AKDE+KSortFilterProxyModel+language%3AQML&type=code&l=QML

cc @aacid


By the way, if SortFilterModel is actually preferred to be used, we can add a QML_NAMED_ELEMENT(SortFilterModel) for this purpose.

Merge request reports