summaryrefslogtreecommitdiffstats
path: root/src/nfc/qdeclarativendefrecord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qdeclarativendefrecord.cpp')
-rw-r--r--src/nfc/qdeclarativendefrecord.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nfc/qdeclarativendefrecord.cpp b/src/nfc/qdeclarativendefrecord.cpp
index fbe5b02b..11054057 100644
--- a/src/nfc/qdeclarativendefrecord.cpp
+++ b/src/nfc/qdeclarativendefrecord.cpp
@@ -71,11 +71,11 @@ QT_BEGIN_NAMESPACE_NFC
For example the declaration of such a class may look like the following.
- \snippet ../doc/src/snippets/foorecord.h Foo declaration
+ \snippet foorecord.h Foo declaration
Within the implementation file the Q_DECLARE_NDEFRECORD() macro is expanded:
- \snippet ../doc/src/snippets/foorecord.cpp Declare foo record
+ \snippet foorecord.cpp Declare foo record
Finially the application or plugin code calls qmlRegisterType():