From 78a425ec47dff47a09e3547d041fdd3216aa1403 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 30 Jun 2018 18:03:56 +0900 Subject: Try [[gnu::const]] --- lib/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.cpp b/lib/util.cpp index 02de39a0..1fadb9a8 100644 --- a/lib/util.cpp +++ b/lib/util.cpp @@ -26,7 +26,7 @@ static const auto RegExpOptions = | QRegularExpression::UseUnicodePropertiesOption; /** Converts all that looks like a URL into HTML links */ -static void linkifyUrls(QString& htmlEscapedText) +[[gnu::const]] static void linkifyUrls(QString& htmlEscapedText) { // regexp is originally taken from Konsole (https://github.com/KDE/konsole) // full url: -- cgit v1.2.3