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