summaryrefslogtreecommitdiffstats
path: root/tests/manual/unc/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/unc/main.cpp')
-rw-r--r--tests/manual/unc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/unc/main.cpp b/tests/manual/unc/main.cpp
index d507bb2ba4..b5893eda20 100644
--- a/tests/manual/unc/main.cpp
+++ b/tests/manual/unc/main.cpp
@@ -63,7 +63,7 @@ protected:
label->setTextInteractionFlags(Qt::TextBrowserInteraction);
label->setOpenExternalLinks(true);
- QString link("<a href=" + path + ">" + path + "</a>");
+ QString link("<a href=" + path + QLatin1Char('>') + path + "</a>");
label->setText(link);
return label;