forked from qt-creator/qt-creator
Fix label for render thread.
Change-Id: I8162d2dd025853055fff3d258e62eba5889ef3a8 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -110,7 +110,7 @@ QString labelForSGType(int t)
|
|||||||
{
|
{
|
||||||
switch ((SceneGraphCategoryType)t) {
|
switch ((SceneGraphCategoryType)t) {
|
||||||
case SceneGraphRenderThread:
|
case SceneGraphRenderThread:
|
||||||
return QCoreApplication::translate("SceneGraphTimelineModel", "Renderer Thread");
|
return QCoreApplication::translate("SceneGraphTimelineModel", "Render Thread");
|
||||||
case SceneGraphGUIThread:
|
case SceneGraphGUIThread:
|
||||||
return QCoreApplication::translate("SceneGraphTimelineModel", "GUI Thread");
|
return QCoreApplication::translate("SceneGraphTimelineModel", "GUI Thread");
|
||||||
default: return QString();
|
default: return QString();
|
||||||
|
Reference in New Issue
Block a user