Removed the status column in PeersDialog and added the status to the name column.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3916 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-12-15 21:32:44 +00:00
parent 98f471c56b
commit 254e3de187
9 changed files with 174 additions and 104 deletions

View file

@ -25,7 +25,7 @@ RSTreeWidgetItemCompareRole::RSTreeWidgetItemCompareRole()
{
}
void RSTreeWidgetItemCompareRole::addRole(int column, int role)
void RSTreeWidgetItemCompareRole::setRole(int column, int role)
{
insert(column, role);
}