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

@@ -52,7 +52,6 @@ class ElementsPanel : public GenericPanel {
signals:
void requestForProject(QETProject *);
void requestForDiagram(Diagram *);
void requestForTitleBlockTemplate(const TitleBlockTemplateLocation &);
public slots: