misc: Set SortFilterProxyModel submodule's branch to 'qt-6'.

* .gitmodules: Set the 'branch' property for the SortFilterProxyModel
submodule to 'qt-6'.  This is needed because by default git picks
'master' when the '--remote' option is given for submodule update,
and our fork of the SortFilterProxyModel repository currently has the
latest changes only in the 'qt-6' branch.

Change-Id: I3d7797d847324ff4a7268f682b11ec88630931fa
This commit is contained in:
Amin Bandali
2022-10-04 13:52:23 -04:00
parent 3250c0298b
commit d6e7a6b7c0

1
.gitmodules vendored
View File

@@ -9,4 +9,5 @@
[submodule "3rdparty/SortFilterProxyModel"]
path = 3rdparty/SortFilterProxyModel
url = https://github.com/atraczyk/SortFilterProxyModel.git
branch = qt-6
ignore = dirty