forked from qt-creator/qt-creator
Android: move <b> from displayName to summaryText
In case or error QC will mention the name of the step where the error happened, and it doesn't look right quoted in <b> tags. Change-Id: I4b0b49367daeda845483c0bdbbc036c6d4c90f51 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -490,8 +490,8 @@ AndroidBuildApkStep::AndroidBuildApkStep(BuildStepList *parent, Utils::Id id)
|
||||
sdkManager()->latestAndroidSdkPlatform()))
|
||||
{
|
||||
setImmutable(true);
|
||||
setDisplayName("<b>" + tr("Build Android APK") + "</b>");
|
||||
setSummaryText(displayName());
|
||||
setDisplayName(tr("Build Android APK"));
|
||||
setSummaryText("<b>" + displayName() + "</b>");
|
||||
}
|
||||
|
||||
bool AndroidBuildApkStep::init()
|
||||
|
Reference in New Issue
Block a user