Minor : use Diagram::showMe() method instead of emit several signal to do the same thing

This commit is contained in:
Claveau Joshua
2020-10-02 19:41:17 +02:00
parent 8507040aa2
commit aa9266ab64
6 changed files with 1 additions and 26 deletions

View File

@@ -61,7 +61,6 @@ class ElementsPanelWidget : public QWidget {
inline ElementsPanel &elementsPanel() const;
signals:
void requestForDiagram(Diagram *);
void requestForProject(QETProject *);
void requestForNewDiagram(QETProject *);
void requestForProjectClosing(QETProject *);