aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofileranimationsmodel.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-06-30 16:02:12 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-02 10:17:48 +0000
commit7344c27622781ecee0b03102802ca5c0d7623ac1 (patch)
tree073439e14bfae717e8584b22e0d602c834bea425 /src/plugins/qmlprofiler/qmlprofileranimationsmodel.cpp
parenta6246537e93727a52f4983548ae60935ba7c0272 (diff)
QmlProfiler: Remove separator comments
It's not clear what they're supposed to tell us. Change-Id: I62f4fb1265396b8d61df0ce6e3409f0eda677170 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofileranimationsmodel.cpp')
-rw-r--r--src/plugins/qmlprofiler/qmlprofileranimationsmodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofileranimationsmodel.cpp b/src/plugins/qmlprofiler/qmlprofileranimationsmodel.cpp
index a875a530266..2cd5dd90bc3 100644
--- a/src/plugins/qmlprofiler/qmlprofileranimationsmodel.cpp
+++ b/src/plugins/qmlprofiler/qmlprofileranimationsmodel.cpp
@@ -127,8 +127,6 @@ void QmlProfilerAnimationsModel::loadData()
updateProgress(1, 1);
}
-/////////////////// QML interface
-
int QmlProfilerAnimationsModel::rowFromThreadId(int threadId) const
{
return (threadId == QmlDebug::GuiThread || m_maxGuiThreadAnimations == 0) ? 1 : 2;