Removed not needed class GroupTreeWidgetItem.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3951 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-01-04 23:00:42 +00:00
parent ff57befb1f
commit 13ab90e14b
2 changed files with 1 additions and 45 deletions

View file

@ -108,16 +108,4 @@ private:
Ui::GroupTreeWidget *ui;
};
class GroupTreeWidgetItem : public QTreeWidgetItem
{
public:
GroupTreeWidgetItem();
/**
* reimplementing comparison operator so GroupTreeWidgetItem can be ordered in terms
* of occurences of property filterText in its data columns
*/
bool operator<(const QTreeWidgetItem &other) const;
};
#endif // GROUPTREEWIDGET_H