summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-04-27 09:56:32 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-04-30 17:16:46 +0200
commitc6f5c869a080b6dda7a2c928820dea856502f05e (patch)
treeddc977fb81f076b5edfc60fa63129c03d8c76867 /src/bluetooth/doc
parenta93c7a8afee755dad9bee634f968658ab686bf1f (diff)
Doc: Fix documentation warnings
* Restore (parts of) snippets.pro files for quoting in the documentation * Remove references to removed method, QNearFieldManager::registerNdefMessageHandler() Task-number: QTBUG-91875 Change-Id: Ib88c71da3426826b379832003a29fffc255aaaf5 Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth/doc')
-rw-r--r--src/bluetooth/doc/snippets/snippets.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/doc/snippets/snippets.pro b/src/bluetooth/doc/snippets/snippets.pro
new file mode 100644
index 00000000..7ad0c443
--- /dev/null
+++ b/src/bluetooth/doc/snippets/snippets.pro
@@ -0,0 +1,3 @@
+#! [contacts project modification]
+QT += bluetooth
+#! [contacts project modification]