From 10420d4e5e6887c1007cc8326b9fb69f02116595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 23 Jun 2021 13:33:50 +0200 Subject: Replace Freenode with Libera.Chat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia4a54b72f522a02c734273630c8217af75e4ea92 Reviewed-by: hjk Reviewed-by: Eike Ziller Reviewed-by: Leena Miettinen Reviewed-by: Robert Löhning --- doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc | 2 +- src/plugins/coreplugin/mainwindow.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc index 2cc6204458..6fc4a63416 100644 --- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc +++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc @@ -1510,7 +1510,7 @@ contents of the pane to debugger-related questions to the \QC mailing list (qt-creator@qt-project.org) or paste them to a \l{Pasting and Fetching Code Snippets}{code pasting service} before - asking questions in the IRC (on the #qt-creator channel at FreeNode). + asking questions in the IRC (on the #qt-creator channel at Libera.Chat). \endlist diff --git a/src/plugins/coreplugin/mainwindow.cpp b/src/plugins/coreplugin/mainwindow.cpp index 9f7b9274e7..7ad86b3c51 100644 --- a/src/plugins/coreplugin/mainwindow.cpp +++ b/src/plugins/coreplugin/mainwindow.cpp @@ -1250,7 +1250,7 @@ void MainWindow::contact() QMessageBox dlg(QMessageBox::Information, tr("Contact"), tr("

Qt Creator developers can be reached at the Qt Creator mailing list:

" "%1" - "

or the #qt-creator channel on FreeNode IRC:

" + "

or the #qt-creator channel on Libera.Chat IRC:

" "%2" "

Our bug tracker is located at %3.

" "

Please use %4 for bigger chunks of text.

") @@ -1259,8 +1259,8 @@ void MainWindow::contact() "mailto:qt-creator@qt-project.org" "

") .arg("

    " - "" - "irc://freenode.org/qt-creator" + "" + "https://web.libera.chat/#qt-creator" "

") .arg("" "https://bugreports.qt.io" -- cgit v1.2.3