aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp
diff options
context:
space:
mode:
authorMarco Benelli <marco.benelli@qt.io>2018-02-19 12:26:51 +0100
committerMarco Benelli <marco.benelli@qt.io>2018-04-03 14:40:30 +0000
commitb9d72a57376e7a41de2320f40363372248ebce21 (patch)
treee3ff500dd372b9fdbfeb190e07488225f3db3551 /src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp
parent4e4a07ea1d0390660588facd033a8890a0c13e39 (diff)
qmljs: remove remaining references to QtQuick1
This patch removes all references to QtQuick1 in qml library, plugin, designer, profiler and tests. Change-Id: Ie286fad96060299caae3ef328330597cf53e90d3 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp b/src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp
index f64e3c9978..85b5e55784 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp
@@ -411,9 +411,6 @@ static QString getInitialDetails(const QmlEventType &event)
details.startsWith(QLatin1String("qrc:/")))
details = details.mid(details.lastIndexOf(QLatin1Char('/')) + 1);
}
- } else if (event.rangeType() == Painting) {
- // QtQuick1 animations always run in GUI thread.
- details = QmlProfilerModelManager::tr("GUI Thread");
}
return details;