From fe63fb28815b9dd03a60d3e0a07adf95194b95bf Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 3 Jun 2022 12:32:39 +0200 Subject: [PATCH] GitLab: Add hint what link to gitlab is for Change-Id: I5ee32fac4a2a73b3b40438d1697071491c17ac94 Reviewed-by: Leena Miettinen Reviewed-by: David Schulz --- src/plugins/gitlab/gitlabprojectsettings.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/gitlab/gitlabprojectsettings.cpp b/src/plugins/gitlab/gitlabprojectsettings.cpp index e24b4699829..cbd1688f909 100644 --- a/src/plugins/gitlab/gitlabprojectsettings.cpp +++ b/src/plugins/gitlab/gitlabprojectsettings.cpp @@ -159,6 +159,8 @@ GitLabProjectSettingsWidget::GitLabProjectSettingsWidget(ProjectExplorer::Projec horizontalLayout->addWidget(m_checkConnection); horizontalLayout->addStretch(1); verticalLayout->addLayout(horizontalLayout); + verticalLayout->addWidget(new QLabel(tr("Projects linked with GitLab receive event " + "notifications in the Version Control output pane."))); connect(m_linkWithGitLab, &QPushButton::clicked, this, [this]() { checkConnection(Link);