From 2fdc056fee03684e8c0cedb6005158dd554e9f43 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Thu, 16 Dec 2021 22:33:43 +0100 Subject: rbutil: Use https URLs in Changelog links. Change-Id: I9a40163c9025550185104dc00356932bda16f782 --- utils/rbutilqt/gui/changelog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/rbutilqt/gui/changelog.cpp b/utils/rbutilqt/gui/changelog.cpp index 9005b9e474..6495c0ebd9 100644 --- a/utils/rbutilqt/gui/changelog.cpp +++ b/utils/rbutilqt/gui/changelog.cpp @@ -62,9 +62,9 @@ QString Changelog::parseChangelogFile(QString filename) while(line.startsWith("*")) { QString t = line.remove(QRegularExpression("^\\*")); t.replace(QRegularExpression("FS#(\\d+)"), - "FS#\\1"); + "FS#\\1"); t.replace(QRegularExpression("G#(\\d+)"), - "G#\\1"); + "G#\\1"); text.append(QString("
  • %1
  • ").arg(t)); line = c.readLine(); if(line.startsWith("#")) -- cgit v1.2.3