Replace com.nokia.qtcreator with org.qt-project.qtcreator

Task-number: QTCREATORBUG-8189
Change-Id: I1c882f55eed901620ef4944bf1789645b7cff34a
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Sergio Ahumada
2013-01-29 15:29:55 +01:00
committed by Kai Koehne
parent 56582e8c06
commit fb3b01d888
29 changed files with 195 additions and 194 deletions

View File

@@ -322,7 +322,7 @@ void QmlProfilerClientManager::retryMessageBoxFinished(int result)
break;
}
case QMessageBox::Help: {
QmlProfilerTool::handleHelpRequest(QLatin1String("qthelp://com.nokia.qtcreator/doc/creator-debugging-qml.html"));
QmlProfilerTool::handleHelpRequest(QLatin1String("qthelp://org.qt-project.qtcreator/doc/creator-debugging-qml.html"));
// fall through
}
default: {