aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertool.cpp
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2020-12-15 10:13:13 +0100
committerEike Ziller <[email protected]>2020-12-16 09:30:44 +0000
commiteaefcbd8f041b9f67723baf5a46d29a1cbce0865 (patch)
tree0266e3c13cfb7e41c9480b12ea14c93739f82dce /src/plugins/qmlprofiler/qmlprofilertool.cpp
parentc8980478805ed6bcdfbf2965cbf6c03492d804e6 (diff)
Use new, more evocative MessageManager API
At various places where semantics doesn't change. Change-Id: Ib4d4a5c9f067e109126c6de88257f9e198a71447 Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.cpp')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp
index 4f8adf13c65..c41076ede98 100644
--- a/src/plugins/qmlprofiler/qmlprofilertool.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp
@@ -571,12 +571,7 @@ ProjectExplorer::RunControl *QmlProfilerTool::attachToWaitingApplication()
void QmlProfilerTool::logState(const QString &msg)
{
- MessageManager::write(msg, MessageManager::Flash);
-}
-
-void QmlProfilerTool::logError(const QString &msg)
-{
- MessageManager::write(msg);
+ MessageManager::writeFlashing(msg);
}
void QmlProfilerTool::showErrorDialog(const QString &error)