Elements panel: also highlight integrated element when they are erased.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1794 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-05-10 17:48:38 +00:00
parent efbfb462c8
commit 719e1c008e
2 changed files with 27 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ class GenericPanel : public QTreeWidget {
virtual QTreeWidgetItem *updateElementsCategoryItem(QTreeWidgetItem *, ElementsCategory *, PanelOptions = AddAllChild, bool = false);
virtual QTreeWidgetItem *fillElementsCategoryItem (QTreeWidgetItem *, ElementsCategory *, PanelOptions = AddAllChild, bool = false);
virtual QTreeWidgetItem *refreshElementsCategory(const ElementsLocation &);
virtual QTreeWidgetItem *refreshElement(const ElementsLocation &);
// elements methods
public: