summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-01-15 10:57:22 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-01-15 13:12:37 +0000
commitad431bbfc15efbe62912d4cdc26025b0ea51b324 (patch)
tree9394599baa58ffbf14b51312b75c8aa89446f502
parent3ebb79fbb63f422248232db61ff9ca7c48540855 (diff)
downloadqtconnectivity-ad431bbfc15efbe62912d4cdc26025b0ea51b324.tar.gz
Fix qdoc warning about missing dtor documentation in QQmlNdefRecord
Change-Id: Ic1f3ca5075174addfbc6d76f31d9b89d2c654d19 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
-rw-r--r--src/nfc/qqmlndefrecord.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nfc/qqmlndefrecord.cpp b/src/nfc/qqmlndefrecord.cpp
index b204d4d0..ddf2a0bb 100644
--- a/src/nfc/qqmlndefrecord.cpp
+++ b/src/nfc/qqmlndefrecord.cpp
@@ -243,6 +243,9 @@ QQmlNdefRecord::QQmlNdefRecord(const QNdefRecord &record, QObject *parent)
d_ptr->record = record;
}
+/*!
+ Destroys the QQmlNdefRecord instance.
+*/
QQmlNdefRecord::~QQmlNdefRecord()
{
delete d_ptr;