forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user