forked from qt-creator/qt-creator
GitLab: Add hint what link to gitlab is for
Change-Id: I5ee32fac4a2a73b3b40438d1697071491c17ac94 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user