summaryrefslogtreecommitdiffstats
path: root/src/nfc/qndefnfcsmartposterrecord.cpp
diff options
context:
space:
mode:
authorStuart Burge <sburge@blackberry.com>2013-07-04 18:19:04 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-10 12:42:49 +0200
commitd4e8beb430197b10cfb18bc58cdc8ddcb3faf6ec (patch)
treef01f721819a596c56992505586f2e4ae386bd56b /src/nfc/qndefnfcsmartposterrecord.cpp
parenta2741357930fe34e0ca380d3bbcb1901156b2e14 (diff)
Add support for NFC smart poster
Fix copy-paste error in icon list Task-number: QTBUG-31738 Change-Id: I525f8023e0a1b5d106d93bde0a4b3e950a2ba6ce Reviewed-by: Alex <alexander.blasche@digia.com> Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/nfc/qndefnfcsmartposterrecord.cpp')
-rw-r--r--src/nfc/qndefnfcsmartposterrecord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfc/qndefnfcsmartposterrecord.cpp b/src/nfc/qndefnfcsmartposterrecord.cpp
index 0964be20..6d8e6d40 100644
--- a/src/nfc/qndefnfcsmartposterrecord.cpp
+++ b/src/nfc/qndefnfcsmartposterrecord.cpp
@@ -608,7 +608,7 @@ void QNdefNfcSmartPosterRecord::setIcons(const QList<QNdefNfcIconRecord> &icons)
d->m_iconList.clear();
for (int i = 0; i < icons.length(); ++i) {
- d->m_titleList.append(icons[i]);
+ d->m_iconList.append(icons[i]);
}
// Convert to payload