From d6e7a6b7c024b7b490d41e87dd47dc903a843c3b Mon Sep 17 00:00:00 2001
From: Amin Bandali <amin.bandali@savoirfairelinux.com>
Date: Tue, 4 Oct 2022 13:52:23 -0400
Subject: [PATCH] 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
---
 .gitmodules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmodules b/.gitmodules
index 59b1ae786..28b78a77b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -9,4 +9,5 @@
 [submodule "3rdparty/SortFilterProxyModel"]
 	path = 3rdparty/SortFilterProxyModel
 	url = https://github.com/atraczyk/SortFilterProxyModel.git
+	branch = qt-6
 	ignore = dirty
-- 
GitLab