3rdparty: add SortFilterProxyModel QML helper

Can be used directly in QML without having to derive from
QSortFilterProxyModel and manage source model settings from C++
code.

Change-Id: Icac1f6dadfc0d1f64b4459ae0cdbebdd30b79b3e
This commit is contained in:
Andreas Traczyk
2022-08-04 12:40:55 -04:00
parent 43ab7e29d4
commit ef0569b0c8
3 changed files with 19 additions and 4 deletions

10
.gitmodules vendored
View File

@@ -3,6 +3,10 @@
url = https://github.com/BlueDragon747/qrencode-win32.git
ignore = dirty
[submodule "sparkle/Sparkle"]
path = sparkle/Sparkle
url = https://github.com/sparkle-project/Sparkle.git
ignore = dirty
path = sparkle/Sparkle
url = https://github.com/sparkle-project/Sparkle.git
ignore = dirty
[submodule "3rdparty/SortFilterProxyModel"]
path = 3rdparty/SortFilterProxyModel
url = https://github.com/atraczyk/SortFilterProxyModel.git
ignore = dirty