Merge pull request #6714 from fbriere/issue/6708-sort-categories

Fix instances where categories where still sorted case-sensitively. Closes #6708.
This commit is contained in:
Vladimir Golovnev
2017-05-17 21:47:20 +03:00
committed by GitHub
9 changed files with 137 additions and 23 deletions

View File

@@ -50,6 +50,7 @@ HEADERS += \
$$PWD/cookiesmodel.h \
$$PWD/cookiesdialog.h \
$$PWD/categoryfiltermodel.h \
$$PWD/categoryfilterproxymodel.h \
$$PWD/categoryfilterwidget.h \
$$PWD/banlistoptions.h \
$$PWD/rss/rsswidget.h \
@@ -100,6 +101,7 @@ SOURCES += \
$$PWD/cookiesmodel.cpp \
$$PWD/cookiesdialog.cpp \
$$PWD/categoryfiltermodel.cpp \
$$PWD/categoryfilterproxymodel.cpp \
$$PWD/categoryfilterwidget.cpp \
$$PWD/banlistoptions.cpp \
$$PWD/rss/rsswidget.cpp \