diff options
Diffstat (limited to 'Swift/Controllers/UnitTest/MockChatWindow.h')
| -rw-r--r-- | Swift/Controllers/UnitTest/MockChatWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UnitTest/MockChatWindow.h b/Swift/Controllers/UnitTest/MockChatWindow.h index 389d787..38b3b1f 100644 --- a/Swift/Controllers/UnitTest/MockChatWindow.h +++ b/Swift/Controllers/UnitTest/MockChatWindow.h | |||
| @@ -73,7 +73,7 @@ namespace Swift { | |||
| 73 | virtual void activate() {} | 73 | virtual void activate() {} |
| 74 | virtual void setAvailableSecurityLabels(const std::vector<SecurityLabelsCatalog::Item>& labels) {labels_ = labels;} | 74 | virtual void setAvailableSecurityLabels(const std::vector<SecurityLabelsCatalog::Item>& labels) {labels_ = labels;} |
| 75 | virtual void setSecurityLabelsEnabled(bool enabled) {labelsEnabled_ = enabled;} | 75 | virtual void setSecurityLabelsEnabled(bool enabled) {labelsEnabled_ = enabled;} |
| 76 | virtual void setUnreadMessageCount(int /*count*/) {} | 76 | virtual void setUnreadMessageCount(size_t /*count*/) {} |
| 77 | 77 | ||
| 78 | virtual void convertToMUC(MUCType mucType) { | 78 | virtual void convertToMUC(MUCType mucType) { |
| 79 | mucType_ = mucType; | 79 | mucType_ = mucType; |
Swift