Remove unused methods in generic panel and elements panel.

Remove the class tree color animation


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4517 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-05-24 20:06:04 +00:00
parent cd9fb540b9
commit e5f85c542c
7 changed files with 0 additions and 243 deletions

View File

@@ -63,7 +63,6 @@ class ElementsPanel : public GenericPanel {
void reloadCollections();
int elementsCollectionItemsCount();
bool mustHighlightIntegratedElements() const;
signals:
void requestForProject(QETProject *);
@@ -87,7 +86,6 @@ class ElementsPanel : public GenericPanel {
void applyCurrentFilter(const QList<QTreeWidgetItem *> &);
void ensureHierarchyIsVisible(const QList<QTreeWidgetItem *> &);
void scrollToSelectedItem();
void highlightItems(const QList<QTreeWidgetItem *> &, const QObject * = 0, const char * = 0);
protected:
void dragEnterEvent(QDragEnterEvent *);
@@ -101,7 +99,6 @@ class ElementsPanel : public GenericPanel {
protected slots:
void panelContentChange();
virtual QList<ElementsLocation> elementIntegrated(QETProject *, const ElementsLocation &);
private:
virtual QTreeWidgetItem *addProject (QETProject *);