summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc
diff options
context:
space:
mode:
authorOleg Shparber <trollixx@gmail.com>2014-04-29 01:19:58 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-29 12:22:45 +0200
commit19a8f2f275f258a11c7f3a6d4d586c41ecc1cd5d (patch)
treea4773bfb5d7e34ec32164c37c6ebc255c2977107 /src/imports/nfc
parent29db481f5aa1c71072a0185537933a0fc7c19083 (diff)
Replace all occurrences of Q_EMIT with emit
Change-Id: Ieec72048837abe70b0187086b265bcde96c7d6cd Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/imports/nfc')
-rw-r--r--src/imports/nfc/qdeclarativendeffilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/nfc/qdeclarativendeffilter.cpp b/src/imports/nfc/qdeclarativendeffilter.cpp
index 5d1dd43f..74191f3e 100644
--- a/src/imports/nfc/qdeclarativendeffilter.cpp
+++ b/src/imports/nfc/qdeclarativendeffilter.cpp
@@ -129,7 +129,7 @@ void QDeclarativeNdefFilter::setTypeNameFormat(QQmlNdefRecord::TypeNameFormat fo
return;
m_typeNameFormat = format;
- Q_EMIT(typeNameFormatChanged());
+ emit typeNameFormatChanged();
}
int QDeclarativeNdefFilter::minimum() const