summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qtrace_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qtrace_p.h')
-rw-r--r--src/corelib/global/qtrace_p.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/corelib/global/qtrace_p.h b/src/corelib/global/qtrace_p.h
index 4b96916c97..f4e39ffe2b 100644
--- a/src/corelib/global/qtrace_p.h
+++ b/src/corelib/global/qtrace_p.h
@@ -75,6 +75,9 @@
* - QByteArray
* - QUrl
* - QRect
+ * - QRectF
+ * - QSize
+ * - QSizeF
*
* Dynamic arrays are supported using the syntax illustrated by
* qcoreapplication_baz above.
@@ -218,6 +221,11 @@ QT_BEGIN_NAMESPACE
* ...
* "} QImage::Format;" \
* );
+ *
+ * If the content of enum is empty or contains keyword AUTO, then the tracepointgen tool
+ * tries to find the enumeration from header files.
+ *
+ * Q_TRACE_METADATA(qtcore, "ENUM { AUTO, RANGE User ... MaxUser } QEvent::Type;");
*/
#define Q_TRACE_INSTRUMENT(provider)
#define Q_TRACE_PARAM_REPLACE(in, out)