mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-09 07:02:41 -04:00
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:
parent
ff57befb1f
commit
13ab90e14b
2 changed files with 1 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue