Skip to content
Snippets Groups Projects
Commit d6e7a6b7 authored by Amin Bandali's avatar Amin Bandali
Browse files

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
parent 3250c029
No related branches found
No related tags found
No related merge requests found
...@@ -9,4 +9,5 @@ ...@@ -9,4 +9,5 @@
[submodule "3rdparty/SortFilterProxyModel"] [submodule "3rdparty/SortFilterProxyModel"]
path = 3rdparty/SortFilterProxyModel path = 3rdparty/SortFilterProxyModel
url = https://github.com/atraczyk/SortFilterProxyModel.git url = https://github.com/atraczyk/SortFilterProxyModel.git
branch = qt-6
ignore = dirty ignore = dirty
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment