Use new, more evocative MessageManager API

At various places where semantics doesn't change.

Change-Id: Ib4d4a5c9f067e109126c6de88257f9e198a71447
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2020-12-15 10:13:13 +01:00
parent c898047880
commit eaefcbd8f0
14 changed files with 16 additions and 34 deletions

View File

@@ -381,7 +381,7 @@ void AutotestPluginPrivate::onRunUnderCursorTriggered(TestRunMode mode)
filteredItems.size() == 1 ? filteredItems : testsItems, mode);
if (testsToRun.isEmpty()) {
MessageManager::write(tr("Selected test was not found (%1).").arg(text), MessageManager::Flash);
MessageManager::writeFlashing(tr("Selected test was not found (%1).").arg(text));
return;
}