summaryrefslogtreecommitdiffstats
path: root/src/imports/contacts/qdeclarativecontactfilter.cpp
diff options
context:
space:
mode:
authorMikko Suonio <mikko.suonio@nokia.com>2012-05-21 14:41:33 +0300
committerQt by Nokia <qt-info@nokia.com>2012-05-22 16:41:14 +0200
commit2fa577c50d49e8c5e3536b0b76f57d5431c0cd9e (patch)
tree772339f9f2a73cbc574c53a2fe7125c4790b6b6b /src/imports/contacts/qdeclarativecontactfilter.cpp
parent5eab6b91b8e86553b06ee33d6cef54b889061401 (diff)
Add qml module version to \inqmlmodule references
Unspecified version causes qdoc to assume '1.0' and generate a warning. Change-Id: Ia1c69952c4019cec2f0f9d0f4eab130bf0320fdb Reviewed-by: Päivi Rajala <paivi.rajala@nokia.com> Reviewed-by: Andy Cox <andrew.cox@nokia.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 f1ee675b8..c72241bc3 100644
--- a/src/imports/contacts/qdeclarativecontactfilter.cpp
+++ b/src/imports/contacts/qdeclarativecontactfilter.cpp
@@ -49,7 +49,7 @@ QTCONTACTS_BEGIN_NAMESPACE
selection of contacts which have certain details or properties.
\ingroup qml-contacts-main
- \inqmlmodule QtContacts
+ \inqmlmodule QtContacts 5.0
This element is part of the \b{QtContacts} module.
@@ -81,7 +81,7 @@ QTCONTACTS_BEGIN_NAMESPACE
\brief The ActionFilter element provides a filter based around an action availability criterion.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts
+ \inqmlmodule QtContacts 5.0
This element is part of the \b{QtContacts} module.
@@ -99,7 +99,7 @@ QTCONTACTS_BEGIN_NAMESPACE
\brief The ChangeLogFilter element provides a filter based around a contact timestamp criterion.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts
+ \inqmlmodule QtContacts 5.0
This element is part of the \b{QtContacts} module.
@@ -128,7 +128,7 @@ QTCONTACTS_BEGIN_NAMESPACE
\brief The \l DetailFilter element provides a filter based around a detail value criterion.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts
+ \inqmlmodule QtContacts 5.0
This element is part of the \b{QtContacts} module.
@@ -202,7 +202,7 @@ QTCONTACTS_BEGIN_NAMESPACE
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts
+ \inqmlmodule QtContacts 5.0
This element is part of the \b{QtContacts} module.
@@ -261,7 +261,7 @@ QTCONTACTS_BEGIN_NAMESPACE
\brief The IntersectionFilter element provides a filter which intersects the results of other filters.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts
+ \inqmlmodule QtContacts 5.0
This element is part of the \b{QtContacts} module.
@@ -280,7 +280,7 @@ QTCONTACTS_BEGIN_NAMESPACE
\brief The UnionFilter element provides a filter which unions the results of other filters.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts
+ \inqmlmodule QtContacts 5.0
This element is part of the \b{QtContacts} module.
@@ -298,7 +298,7 @@ QTCONTACTS_BEGIN_NAMESPACE
\brief The IdFilter element provides a filter based around a list of contact ids.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts
+ \inqmlmodule QtContacts 5.0
This element is part of the \b{QtContacts} module.
@@ -317,7 +317,7 @@ QTCONTACTS_BEGIN_NAMESPACE
\brief The RelationshipFilter element provides a filter based around relationship criteria.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts
+ \inqmlmodule QtContacts 5.0
This element is part of the \b{QtContacts} module.
@@ -359,7 +359,7 @@ QTCONTACTS_BEGIN_NAMESPACE
\brief the InvalidFilter element provides a filter which will never match any contacts.
\ingroup qml-contacts-filters
- \inqmlmodule QtContacts
+ \inqmlmodule QtContacts 5.0
This element is part of the \b{QtContacts} module.