mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 17:50:52 +01:00
Revert "Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet into terminal_strip"
This reverts commit364bce618c, reversing changes made toefb4a8dd71.
This commit is contained in:
@@ -26,7 +26,6 @@ class QETProject;
|
||||
class Diagram;
|
||||
class Element;
|
||||
class QetGraphicsTableItem;
|
||||
class TerminalElement;
|
||||
|
||||
/**
|
||||
this class can search in the given diagram or project some kind of element
|
||||
@@ -44,7 +43,6 @@ class ElementProvider
|
||||
QList <Element *> find(const int filter) const;
|
||||
QVector <QetGraphicsTableItem *> table(QetGraphicsTableItem *table = nullptr, QAbstractItemModel *model = nullptr);
|
||||
QetGraphicsTableItem *tableFromUuid(const QUuid &uuid);
|
||||
QVector<TerminalElement *> freeTerminal() const;
|
||||
|
||||
private:
|
||||
QList <Diagram *> m_diagram_list;
|
||||
|
||||
Reference in New Issue
Block a user