qtmobility/src/messaging/qmessageaccountid.h
changeset 8 71781823f776
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    53     friend class QMessageAccountIdPrivate;
    53     friend class QMessageAccountIdPrivate;
    54 
    54 
    55 public:
    55 public:
    56     QMessageAccountId();
    56     QMessageAccountId();
    57     QMessageAccountId(const QMessageAccountId &other);
    57     QMessageAccountId(const QMessageAccountId &other);
    58     QMessageAccountId(const QString &id);
    58     QMessageAccountId(const QString& id);
    59     ~QMessageAccountId();
    59     ~QMessageAccountId();
    60     
    60     
    61     QMessageAccountId& operator=(const QMessageAccountId &other);
    61     QMessageAccountId& operator=(const QMessageAccountId &other);
    62 
    62 
    63     bool operator==(const QMessageAccountId &other) const;
    63     bool operator==(const QMessageAccountId &other) const;