PE: Fix warning from QCssParser

Change-Id: I28ccf4f8b6d102dc03b198c057ccf222bf0a5836
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Christian Stenger
2022-01-28 15:10:01 +01:00
parent 49443d689e
commit 36a2bffc54

View File

@@ -1538,7 +1538,7 @@ void MiniProjectTargetSelector::updateSummary()
activeTarget->activeRunConfiguration()->expandedDisplayName()));
} else if (startupProject->needsConfiguration()) {
summary = tr("<style type=text/css>"
"a:link {color: rgb(128, 128, 255, 240);}</style>"
"a:link {color: rgb(128, 128, 255);}</style>"
"The project <b>%1</b> is not yet configured<br/><br/>"
"You can configure it in the <a href=\"projectmode\">Projects mode</a><br/>")
.arg(startupProject->displayName());