Merge remote-tracking branch 'origin/4.7'

Change-Id: I441f2b093992fcc7af29541681206bd3175614e3
This commit is contained in:
Eike Ziller
2018-07-18 12:03:08 +02:00
6 changed files with 208 additions and 35 deletions

View File

@@ -167,7 +167,7 @@ void QmlProfilerStatisticsView::contextMenuEvent(QContextMenuEvent *ev)
if (selectedAction == getGlobalStatsAction)
emit showFullRange();
if (selectedAction == showExtendedStatsAction)
m_mainView->setShowExtendedStatistics(m_mainView->showExtendedStatistics());
m_mainView->setShowExtendedStatistics(showExtendedStatsAction->isChecked());
}
}