forked from qt-creator/qt-creator
PE: Fix warning from QCssParser
Change-Id: I28ccf4f8b6d102dc03b198c057ccf222bf0a5836 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user