forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.3'
Conflicts: qtcreator.pri src/libs/libs.pro src/plugins/debugger/watchwindow.cpp src/plugins/remotelinux/maemopackagecreationstep.h Change-Id: Ic67c46256d0060ee9845b92ef82539f6f8fbe639
This commit is contained in:
@@ -318,7 +318,8 @@ void QmlProfilerEngine::wrongSetupMessageBoxFinished(int button)
|
||||
{
|
||||
if (button == QMessageBox::Help) {
|
||||
Core::HelpManager *helpManager = Core::HelpManager::instance();
|
||||
helpManager->handleHelpRequest("qthelp://com.nokia.qtcreator/doc/creator-qml-performance-monitor.html");
|
||||
helpManager->handleHelpRequest("qthelp://com.nokia.qtcreator/doc/creator-debugging-qml.html"
|
||||
"#setting-up-qml-debugging");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -450,7 +450,7 @@ void QmlProfilerEventsView::QmlProfilerEventsViewPrivate::buildModelFromList( co
|
||||
|
||||
if (m_fieldShown[Type]) {
|
||||
newRow << new EventsViewItem(nameForType(binding->eventType));
|
||||
newRow.last()->setData(QVariant(binding->eventType));
|
||||
newRow.last()->setData(QVariant(nameForType(binding->eventType)));
|
||||
}
|
||||
|
||||
if (m_fieldShown[Percent]) {
|
||||
|
||||
Reference in New Issue
Block a user