summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-06-23 13:33:50 +0200
committerKai Koehne <kai.koehne@qt.io>2021-06-23 14:40:50 +0000
commit10420d4e5e6887c1007cc8326b9fb69f02116595 (patch)
tree2169ec5fc2a8b0079e67bef5ad7bafa076c582ae
parent4290c264147eafafa315703b9bcd3594ef0bc358 (diff)
downloadqt-creator-10420d4e5e6887c1007cc8326b9fb69f02116595.tar.gz
Replace Freenode with Libera.Chat
Change-Id: Ia4a54b72f522a02c734273630c8217af75e4ea92 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Robert Löhning <robert.loehning@qt.io>
-rw-r--r--doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc2
-rw-r--r--src/plugins/coreplugin/mainwindow.cpp6
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("<p>Qt Creator developers can be reached at the Qt Creator mailing list:</p>"
"%1"
- "<p>or the #qt-creator channel on FreeNode IRC:</p>"
+ "<p>or the #qt-creator channel on Libera.Chat IRC:</p>"
"%2"
"<p>Our bug tracker is located at %3.</p>"
"<p>Please use %4 for bigger chunks of text.</p>")
@@ -1259,8 +1259,8 @@ void MainWindow::contact()
"mailto:qt-creator@qt-project.org"
"</a></p>")
.arg("<p>&nbsp;&nbsp;&nbsp;&nbsp;"
- "<a href=\"https://irc.freenode.org\">"
- "irc://freenode.org/qt-creator"
+ "<a href=\"https://web.libera.chat/#qt-creator\">"
+ "https://web.libera.chat/#qt-creator"
"</a></p>")
.arg("<a href=\"https://bugreports.qt.io/projects/QTCREATORBUG\">"
"https://bugreports.qt.io"