summaryrefslogtreecommitdiffstats
path: root/src/imports/contacts/qdeclarativecontactfilter.cpp
diff options
context:
space:
mode:
authorAlejandro Exojo <suy@badopi.org>2014-12-06 14:12:24 +0100
committerAlejandro Exojo Piqueras <suy@badopi.org>2014-12-08 08:25:47 +0100
commit88783ec18eca3a51013c39f28730f5666906c547 (patch)
tree6297376afbfabeeedaa542cf4ced72c185bff2c2 /src/imports/contacts/qdeclarativecontactfilter.cpp
parentf506ede19e45b771bb36fdce6597db19117cd09c (diff)
Remove unnecessary \inqmlmodule parameter
Change-Id: Ib9207074048c0368977f5e3db276f1ec8c7d2eaf Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/imports/contacts/qdeclarativecontactfilter.cpp')
-rw-r--r--src/imports/contacts/qdeclarativecontactfilter.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/imports/contacts/qdeclarativecontactfilter.cpp b/src/imports/contacts/qdeclarativecontactfilter.cpp
index 4eb470b28..dcb766514 100644
--- a/src/imports/contacts/qdeclarativecontactfilter.cpp
+++ b/src/imports/contacts/qdeclarativecontactfilter.cpp
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE
selection of contacts which have certain details or properties.
\ingroup qml-contacts-main
- \inqmlmodule QtContacts 5.0
+ \inqmlmodule QtContacts
This element is part of the \b{QtContacts} module.
@@ -85,7 +85,7 @@ QT_BEGIN_NAMESPACE
\brief The ActionFilter element provides a filter based around an action availability criterion.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts 5.0
+ \inqmlmodule QtContacts
This element is part of the \b{QtContacts} module.
@@ -104,7 +104,7 @@ QT_BEGIN_NAMESPACE
\brief The ChangeLogFilter element provides a filter based around a contact timestamp criterion.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts 5.0
+ \inqmlmodule QtContacts
This element is part of the \b{QtContacts} module.
@@ -134,7 +134,7 @@ QT_BEGIN_NAMESPACE
\brief The DetailFilter element provides a filter based around a detail value criterion.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts 5.0
+ \inqmlmodule QtContacts
This element is part of the \b{QtContacts} module.
@@ -209,7 +209,7 @@ QT_BEGIN_NAMESPACE
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts 5.0
+ \inqmlmodule QtContacts
This element is part of the \b{QtContacts} module.
@@ -269,7 +269,7 @@ QT_BEGIN_NAMESPACE
\brief The IntersectionFilter element provides a filter which intersects the results of other filters.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts 5.0
+ \inqmlmodule QtContacts
This element is part of the \b{QtContacts} module.
@@ -289,7 +289,7 @@ QT_BEGIN_NAMESPACE
\brief The UnionFilter element provides a filter which unions the results of other filters.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts 5.0
+ \inqmlmodule QtContacts
This element is part of the \b{QtContacts} module.
@@ -308,7 +308,7 @@ QT_BEGIN_NAMESPACE
\brief The IdFilter element provides a filter based around a list of contact ids.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts 5.0
+ \inqmlmodule QtContacts
This element is part of the \b{QtContacts} module.
@@ -328,7 +328,7 @@ QT_BEGIN_NAMESPACE
\brief The RelationshipFilter element provides a filter based around relationship criteria.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts 5.0
+ \inqmlmodule QtContacts
This element is part of the \b{QtContacts} module.
@@ -371,7 +371,7 @@ QT_BEGIN_NAMESPACE
\brief the InvalidFilter element provides a filter which will never match any contacts.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts 5.0
+ \inqmlmodule QtContacts
This element is part of the \b{QtContacts} module.