summaryrefslogtreecommitdiffstats
path: root/src/core/services/qsysteminformationservice_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/services/qsysteminformationservice_p_p.h')
-rw-r--r--src/core/services/qsysteminformationservice_p_p.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/services/qsysteminformationservice_p_p.h b/src/core/services/qsysteminformationservice_p_p.h
index 00282c28a..222f4e1af 100644
--- a/src/core/services/qsysteminformationservice_p_p.h
+++ b/src/core/services/qsysteminformationservice_p_p.h
@@ -66,6 +66,10 @@ QT_BEGIN_NAMESPACE
namespace Qt3DCore {
+namespace Debug {
+class AspectCommandDebugger;
+} // Debug
+
union Q_3DCORE_PRIVATE_EXPORT JobId
{
JobId() : id(0L) { }
@@ -115,6 +119,8 @@ public:
QScopedPointer<QFile> m_traceFile;
quint32 m_frameId;
+ Debug::AspectCommandDebugger *m_commandDebugger;
+
Q_DECLARE_PUBLIC(QSystemInformationService)
};