summaryrefslogtreecommitdiffstats
path: root/src/core/services
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-01-07 17:14:28 +0000
committerMike Krus <mike.krus@kdab.com>2020-01-09 12:55:29 +0000
commit35919326b4c1b7803cd68a38c4d7d3c8d710a04a (patch)
treec4a4e1624e0e61bfe525ec6dc376172186e38eb7 /src/core/services
parent1fa9c59f7eda5f8435ecb961a55c9a60cd4f7c67 (diff)
Add commands to dump frame graph and scene graph
prints to the console, also dump the list of paths in the frame graph to help understand render views. Change-Id: Ic4756e09545971b224a239fafc6667b0ca3d4572 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/core/services')
-rw-r--r--src/core/services/qsysteminformationservice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/services/qsysteminformationservice.cpp b/src/core/services/qsysteminformationservice.cpp
index 212038eea..87cc08e59 100644
--- a/src/core/services/qsysteminformationservice.cpp
+++ b/src/core/services/qsysteminformationservice.cpp
@@ -430,7 +430,7 @@ void QSystemInformationService::dumpCommand(const QString &command)
return;
}
}
- qWarning() << res;
+ qWarning() << qPrintable(res.toString());
}
}