Fix label for render thread.

Change-Id: I8162d2dd025853055fff3d258e62eba5889ef3a8
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-03-10 16:02:57 +01:00
committed by Kai Koehne
parent c55dbf2e7a
commit 1b60bc8d3d

View File

@@ -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();