diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-10-16 07:08:59 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-10-16 07:08:59 (GMT) |
commit | a8705f484480854816bc6807f1c56b0cf987faff (patch) | |
tree | 759fc843b78c16915562d2db0726c018cbaeb42d /Swift/QtUI/QtRosterHeader.h | |
parent | 87775c50a1c9a223f554c37e549ea8a2b03c9a89 (diff) | |
download | swift-a8705f484480854816bc6807f1c56b0cf987faff.zip swift-a8705f484480854816bc6807f1c56b0cf987faff.tar.bz2 |
Mark as offline in the roster after an error.
Diffstat (limited to 'Swift/QtUI/QtRosterHeader.h')
-rw-r--r-- | Swift/QtUI/QtRosterHeader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtRosterHeader.h b/Swift/QtUI/QtRosterHeader.h index 66c9333..0c11c02 100644 --- a/Swift/QtUI/QtRosterHeader.h +++ b/Swift/QtUI/QtRosterHeader.h @@ -22,6 +22,7 @@ namespace Swift { void setAvatar(const QString& path); void setName(const QString& name); void setStatusText(const QString& statusMessage); + void setStatusType(StatusShow::Type type); QSize sizeHint() const; void emitStatus(); signals: |