summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-08-09 17:15:26 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-08-09 17:16:03 (GMT)
commit265cdba79e1ebf2f50ba3fdb88fa97370a2156f1 (patch)
treece6faffa438ccdbf114e66e3127d8278ea37a53b /Swiften
parent55c85db9ba929dd94c5a27eadaf3a1bc53101aa9 (diff)
downloadswift-265cdba79e1ebf2f50ba3fdb88fa97370a2156f1.zip
swift-265cdba79e1ebf2f50ba3fdb88fa97370a2156f1.tar.bz2
Updating the MockTreeWidgetItem with all the new methods.
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/Roster/UnitTest/MockTreeWidgetItem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Roster/UnitTest/MockTreeWidgetItem.h b/Swiften/Roster/UnitTest/MockTreeWidgetItem.h
index f352936..4af113c 100644
--- a/Swiften/Roster/UnitTest/MockTreeWidgetItem.h
+++ b/Swiften/Roster/UnitTest/MockTreeWidgetItem.h
@@ -13,6 +13,8 @@ class MockTreeWidgetItem : public TreeWidgetItem {
public:
virtual ~MockTreeWidgetItem() {};
virtual void setText(const String&) {};
+ virtual void setStatusText(const String&) {};
+ virtual void setAvatarPath(const String&) {};
virtual void setExpanded(bool) {};
virtual void setTextColor(unsigned long) {};
virtual void setBackgroundColor(unsigned long) {};