diff options
Diffstat (limited to 'doc/src/debug.qdoc')
-rw-r--r-- | doc/src/debug.qdoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/debug.qdoc b/doc/src/debug.qdoc index cd9d8cb..da5a82f 100644 --- a/doc/src/debug.qdoc +++ b/doc/src/debug.qdoc @@ -200,7 +200,10 @@ between each item. Here is an example for a class that represents a 2D coordinate. - \snippet doc/src/snippets/qdebugsnippet.cpp 0 + \snippet doc/src/snippets/qdebug/qdebugsnippet.cpp 0 + + Integration of custom types with Qt's meta-object system is covered + in more depth in the \l{Creating Custom Qt Types} document. \section1 Debugging Macros |