summaryrefslogtreecommitdiffstats
path: root/src/messaging/qmessageid.cpp
diff options
context:
space:
mode:
authorMattV <qt-info@nokia.com>2009-12-14 16:49:11 +1000
committerMattV <qt-info@nokia.com>2009-12-14 16:49:11 +1000
commit281f530be69984c64d2e331833f3c309f56b061d (patch)
tree753517157208d848cf74fa7e512db591bf05ccf8 /src/messaging/qmessageid.cpp
parent68e8606bae26749d0c0e9d869c9e4ae51312e413 (diff)
Wrap QMessageStore with QMessageManager.
In order to provide a consistent interface with other components of QtMobility that provide a central data manager interface, the existing QMessageStore interface is now private, and replaced in the public interface by the QMessageManager class. The new class provides exactly the same interface as the old class excpet that it is instantiated as a handle rather than accessed as a singleton. Internally the handle object can be instantiated as needed, but in documentation or examples the class should be treated as if it were potentially expensive to create and destroy; this will give a consistent form of use for all Q{x}Manager classes between the various QtMobility projects. The old QMessageStore class is still used internally by the QMessageManager, so the latter class need not be reimplemented for multiple platforms.
Diffstat (limited to 'src/messaging/qmessageid.cpp')
-rw-r--r--src/messaging/qmessageid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messaging/qmessageid.cpp b/src/messaging/qmessageid.cpp
index 0c7b227d54..9889629fb5 100644
--- a/src/messaging/qmessageid.cpp
+++ b/src/messaging/qmessageid.cpp
@@ -61,7 +61,7 @@ QTM_BEGIN_NAMESPACE
The QMessageId implementation should be as small as is practical for the underlying platform.
- \sa QMessage, QMessageStore
+ \sa QMessage, QMessageManager
*/
/*!