summaryrefslogtreecommitdiffstats
path: root/src/nfc
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-02-16 21:52:03 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-02-16 21:52:03 +0100
commiteef68dea35960670c1a1a1431d4541e1ed19c781 (patch)
tree097e6575b0cbc43704077d76372c986dcce3c998 /src/nfc
parentfa2389dd0a6df58d73d221654db36ff791b96e43 (diff)
parentc87458961f29064ab69a308526b0243debcdf1f7 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7
Conflicts: .qmake.conf src/bluetooth/qlowenergycontroller_bluez.cpp Change-Id: I00f45a2a22a045e7836f2caeb76cc5599ced6279
Diffstat (limited to 'src/nfc')
-rw-r--r--src/nfc/doc/src/nfc-index.qdoc14
-rw-r--r--src/nfc/qqmlndefrecord.cpp3
2 files changed, 17 insertions, 0 deletions
diff --git a/src/nfc/doc/src/nfc-index.qdoc b/src/nfc/doc/src/nfc-index.qdoc
index da8833d8..a37ba293 100644
--- a/src/nfc/doc/src/nfc-index.qdoc
+++ b/src/nfc/doc/src/nfc-index.qdoc
@@ -73,6 +73,20 @@ import statement in your \c .qml file:
\li \l {Qt NFC C++ Classes}{C++ Classes}
\endlist
+\section2 Logging Categories
+
+The \l QtNfc module exports the following
+\l {Configuring Categories}{logging categories}:
+
+\table
+\header
+ \li Logging Category
+ \li Description
+\row
+ \li qt.nfc.neard
+ \li Enables logging of the Neard/Linux implementation
+\endtable
+
\section2 Examples
\list
\li QML
diff --git a/src/nfc/qqmlndefrecord.cpp b/src/nfc/qqmlndefrecord.cpp
index 5cd5b4d5..1f855ede 100644
--- a/src/nfc/qqmlndefrecord.cpp
+++ b/src/nfc/qqmlndefrecord.cpp
@@ -249,6 +249,9 @@ QQmlNdefRecord::QQmlNdefRecord(const QNdefRecord &record, QObject *parent)
d_ptr->record = record;
}
+/*!
+ Destroys the QQmlNdefRecord instance.
+*/
QQmlNdefRecord::~QQmlNdefRecord()
{
delete d_ptr;