diff options
author | Eike Ziller <[email protected]> | 2022-07-13 09:04:49 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2022-07-13 07:19:27 +0000 |
commit | 11b0cab178e0d549d925acda08dad4575aa7e4e4 (patch) | |
tree | 11369df7fa046b1fe2e2ccc5de2c94ff4e68b250 /src/plugins/gitlab/gitlabprojectsettings.cpp | |
parent | e5906945cefadbe120f0588198a4f237f04b5709 (diff) |
Project settings: Fix missing IDs for global settings links
Change-Id: Id99bf5f9d45dd399c589011ca724914046305c53
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/gitlab/gitlabprojectsettings.cpp')
-rw-r--r-- | src/plugins/gitlab/gitlabprojectsettings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/gitlab/gitlabprojectsettings.cpp b/src/plugins/gitlab/gitlabprojectsettings.cpp index 35419ca6679..519073b8dd6 100644 --- a/src/plugins/gitlab/gitlabprojectsettings.cpp +++ b/src/plugins/gitlab/gitlabprojectsettings.cpp @@ -136,6 +136,7 @@ GitLabProjectSettingsWidget::GitLabProjectSettingsWidget(ProjectExplorer::Projec { setUseGlobalSettingsCheckBoxVisible(false); setUseGlobalSettingsLabelVisible(true); + setGlobalSettingsId(Constants::GITLAB_SETTINGS); // setup ui auto verticalLayout = new QVBoxLayout(this); verticalLayout->setContentsMargins(0, 0, 0, 0); |