forked from qt-creator/qt-creator
Kit: Small fixes
* Do actually print severity of an issue in the tool tip Change-Id: I266bc6efbeb2175d9ca001147a5c732f29b2485c Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -349,10 +349,10 @@ QString Kit::toHtml()
|
||||
str << "<b>";
|
||||
switch (t.type) {
|
||||
case Task::Error:
|
||||
QCoreApplication::translate("ProjectExplorer::Kit", "Error:");
|
||||
str << QCoreApplication::translate("ProjectExplorer::Kit", "Error:");
|
||||
break;
|
||||
case Task::Warning:
|
||||
QCoreApplication::translate("ProjectExplorer::Kit", "Warning:");
|
||||
str << QCoreApplication::translate("ProjectExplorer::Kit", "Warning:");
|
||||
break;
|
||||
case Task::Unknown:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user