qtmobility/src/messaging/qmessageid.h
changeset 8 71781823f776
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    48 
    48 
    49 QTM_BEGIN_NAMESPACE
    49 QTM_BEGIN_NAMESPACE
    50 
    50 
    51 class QMessageIdPrivate;
    51 class QMessageIdPrivate;
    52 
    52 
    53 class Q_MESSAGING_EXPORT QMessageId 
    53 class Q_MESSAGING_EXPORT QMessageId
    54 {
    54 {
    55     friend class QMessageIdPrivate;
    55     friend class QMessageIdPrivate;
    56 
    56 
    57 public:
    57 public:
    58     QMessageId();
    58     QMessageId();
    59     QMessageId(const QMessageId &other);
    59     QMessageId(const QMessageId &other);
    60     QMessageId(const QString &id);
    60     QMessageId(const QString& id);
    61     ~QMessageId();
    61     ~QMessageId();
    62 
    62 
    63     QMessageId& operator=(const QMessageId &other);
    63     QMessageId& operator=(const QMessageId &other);
    64 
    64 
    65     bool operator==(const QMessageId &other) const;
    65     bool operator==(const QMessageId &other) const;