summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsprofiler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/q3dsprofiler_p.h')
-rw-r--r--src/runtime/q3dsprofiler_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/q3dsprofiler_p.h b/src/runtime/q3dsprofiler_p.h
index 7a65f45..2bc391c 100644
--- a/src/runtime/q3dsprofiler_p.h
+++ b/src/runtime/q3dsprofiler_p.h
@@ -89,6 +89,7 @@ public:
ShaderProgramObject
};
void trackNewObject(QObject *obj, ObjectType type, const QByteArray &id, const char *info, ...);
+ void trackNewObject(QObject *obj, ObjectType type, const QByteArray &id, const QString &info);
void vtrackNewObject(QObject *obj, ObjectType type, const QByteArray &id, const char *info, va_list args);
void updateObjectInfo(QObject *obj, ObjectType type, const QByteArray &id, const char *info, ...);