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>
This commit is contained in:
Kai Köhne
2021-06-23 13:33:50 +02:00
committed by Kai Koehne
parent 4290c26414
commit 10420d4e5e
2 changed files with 4 additions and 4 deletions

View File

@@ -1510,7 +1510,7 @@
contents of the pane to debugger-related questions to the \QC contents of the pane to debugger-related questions to the \QC
mailing list (qt-creator@qt-project.org) or paste them to a mailing list (qt-creator@qt-project.org) or paste them to a
\l{Pasting and Fetching Code Snippets}{code pasting service} before \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 \endlist

View File

@@ -1250,7 +1250,7 @@ void MainWindow::contact()
QMessageBox dlg(QMessageBox::Information, tr("Contact"), QMessageBox dlg(QMessageBox::Information, tr("Contact"),
tr("<p>Qt Creator developers can be reached at the Qt Creator mailing list:</p>" tr("<p>Qt Creator developers can be reached at the Qt Creator mailing list:</p>"
"%1" "%1"
"<p>or the #qt-creator channel on FreeNode IRC:</p>" "<p>or the #qt-creator channel on Libera.Chat IRC:</p>"
"%2" "%2"
"<p>Our bug tracker is located at %3.</p>" "<p>Our bug tracker is located at %3.</p>"
"<p>Please use %4 for bigger chunks of text.</p>") "<p>Please use %4 for bigger chunks of text.</p>")
@@ -1259,8 +1259,8 @@ void MainWindow::contact()
"mailto:qt-creator@qt-project.org" "mailto:qt-creator@qt-project.org"
"</a></p>") "</a></p>")
.arg("<p>&nbsp;&nbsp;&nbsp;&nbsp;" .arg("<p>&nbsp;&nbsp;&nbsp;&nbsp;"
"<a href=\"https://irc.freenode.org\">" "<a href=\"https://web.libera.chat/#qt-creator\">"
"irc://freenode.org/qt-creator" "https://web.libera.chat/#qt-creator"
"</a></p>") "</a></p>")
.arg("<a href=\"https://bugreports.qt.io/projects/QTCREATORBUG\">" .arg("<a href=\"https://bugreports.qt.io/projects/QTCREATORBUG\">"
"https://bugreports.qt.io" "https://bugreports.qt.io"