mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
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:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user