Revert "Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet into terminal_strip"

This reverts commit 364bce618c, reversing
changes made to efb4a8dd71.
This commit is contained in:
joshua
2021-06-07 20:00:52 +02:00
parent 4615e6d060
commit bb26954bd4
27 changed files with 12 additions and 2814 deletions

View File

@@ -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;