summaryrefslogtreecommitdiffstats
path: root/src/messaging/qmessageid.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2011-05-10 14:46:21 +1000
committerPeter Yard <peter.yard@nokia.com>2011-05-10 14:46:21 +1000
commit22bc53aaba631bc093c3e0cbf93e3eb6087c165a (patch)
tree0f86e9c4ef68da54259d5ba14dab9a6342fd6bd6 /src/messaging/qmessageid.cpp
parent92a6292317f3e28006375adcbee5d3c81609bf1a (diff)
Docs: QTMOBILITY-790 location, messaging.
Diffstat (limited to 'src/messaging/qmessageid.cpp')
-rw-r--r--src/messaging/qmessageid.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/messaging/qmessageid.cpp b/src/messaging/qmessageid.cpp
index d0e63fa419..039b12306d 100644
--- a/src/messaging/qmessageid.cpp
+++ b/src/messaging/qmessageid.cpp
@@ -77,6 +77,7 @@ QTM_BEGIN_NAMESPACE
\fn QMessageId::QMessageId(const QMessageId& other)
Constructs a copy of \a other.
+ \since 1.0
*/
/*!
@@ -84,6 +85,7 @@ QTM_BEGIN_NAMESPACE
Constructs an identifier from \a id.
+ \since 1.0
\sa toString()
*/
@@ -96,14 +98,18 @@ QTM_BEGIN_NAMESPACE
/*!
\internal
\fn QMessageId& QMessageId::operator=(const QMessageId &other)
+ \since 1.0
*/
/*!
\internal
\fn bool QMessageId::operator==(const QMessageId &other) const
+ \since 1.0
*/
-/*! \internal */
+/*! \internal
+ \since 1.0
+*/
bool QMessageId::operator!=(const QMessageId &other) const
{
return !operator==(other);
@@ -113,6 +119,7 @@ bool QMessageId::operator!=(const QMessageId &other) const
\fn bool QMessageId::operator<(const QMessageId &other) const
Returns true if this identifier is ordered before \a other using an implementation-defined ordering.
+ \since 1.0
*/
/*!
@@ -124,12 +131,14 @@ bool QMessageId::operator!=(const QMessageId &other) const
String representations of identifiers should not be used to test for equality, instead
the equality operator should be used.
+ \since 1.0
*/
/*!
\fn bool QMessageId::isValid() const
Returns true if this identifier is valid; otherwise returns false.
+ \since 1.0
*/
/*! \typedef QMessageIdList