mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-04 11:03:06 +08:00
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:
1
.gitmodules
vendored
1
.gitmodules
vendored
@@ -9,4 +9,5 @@
|
||||
[submodule "3rdparty/SortFilterProxyModel"]
|
||||
path = 3rdparty/SortFilterProxyModel
|
||||
url = https://github.com/atraczyk/SortFilterProxyModel.git
|
||||
branch = qt-6
|
||||
ignore = dirty
|
||||
|
||||
Reference in New Issue
Block a user