diff options
| author | Kevin Smith <git@kismith.co.uk> | 2010-04-04 11:55:11 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2010-04-04 11:55:11 (GMT) | 
| commit | f1675c651a08c294447389176262ab890cc6e7b5 (patch) | |
| tree | 5371b7db58ac31b22b747822b224db3565442084 /Swift/QtUI/ChatList/ChatListMUCItem.cpp | |
| parent | 03a5a0a4a6c7504acead164dc8334c36da86a888 (diff) | |
| download | swift-contrib-f1675c651a08c294447389176262ab890cc6e7b5.zip swift-contrib-f1675c651a08c294447389176262ab890cc6e7b5.tar.bz2  | |
Add 'remove' context menu item for rosters (not implemented).
Diffstat (limited to 'Swift/QtUI/ChatList/ChatListMUCItem.cpp')
| -rw-r--r-- | Swift/QtUI/ChatList/ChatListMUCItem.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/QtUI/ChatList/ChatListMUCItem.cpp b/Swift/QtUI/ChatList/ChatListMUCItem.cpp index 428cf4b..3a32495 100644 --- a/Swift/QtUI/ChatList/ChatListMUCItem.cpp +++ b/Swift/QtUI/ChatList/ChatListMUCItem.cpp @@ -12,7 +12,6 @@ boost::shared_ptr<MUCBookmark> ChatListMUCItem::getBookmark() {  }  QVariant ChatListMUCItem::data(int role) {  -	printf("Getting role %d\n", role);  	switch (role) {  		case Qt::DisplayRole: return P2QSTRING(bookmark_->getName());  			/*case Qt::TextColorRole: return textColor_;  | 
 Swift