diff options
| author | Kevin Smith <git@kismith.co.uk> | 2009-08-25 18:02:21 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2009-08-25 18:02:21 (GMT) | 
| commit | 5465cbdbcc065276a34ee7110560e191364f73ee (patch) | |
| tree | 0b7e06bc63ca01d7d2277115cb3e3b96eab0556f | |
| parent | 0a6875c0f26e9f487e8e245bba569a262246e78d (diff) | |
| download | swift-5465cbdbcc065276a34ee7110560e191364f73ee.zip swift-5465cbdbcc065276a34ee7110560e191364f73ee.tar.bz2 | |
scons check fix for the Roster changes.
| -rw-r--r-- | Swiften/Roster/UnitTest/MockTreeWidgetItem.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Swiften/Roster/UnitTest/MockTreeWidgetItem.h b/Swiften/Roster/UnitTest/MockTreeWidgetItem.h index 4af113c..eee0962 100644 --- a/Swiften/Roster/UnitTest/MockTreeWidgetItem.h +++ b/Swiften/Roster/UnitTest/MockTreeWidgetItem.h @@ -16,8 +16,7 @@ class MockTreeWidgetItem : public TreeWidgetItem {  		virtual void setStatusText(const String&) {};  		virtual void setAvatarPath(const String&) {};  		virtual void setExpanded(bool) {}; -		virtual void setTextColor(unsigned long) {}; -		virtual void setBackgroundColor(unsigned long) {}; +		virtual void setStatusShow(StatusShow::Type show) {};  		virtual void show() {};  		virtual void hide() {};  }; | 
 Swift
 Swift