mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix crash when close project
At time of closing project, if a master element(may be every linkable element) is selected and the editor dock display a lot of available slave, qet crash.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
Copyright 2006-2019 The QElectroTech Team
|
||||
This file is part of QElectroTech.
|
||||
|
||||
@@ -102,8 +102,6 @@ class DiagramView : public QGraphicsView
|
||||
bool gestures() const;
|
||||
|
||||
signals:
|
||||
/// Signal emitted after the selection changed
|
||||
void selectionChanged();
|
||||
/// Signal emitted after the selection mode changed
|
||||
void modeChanged();
|
||||
/// Signal emitted after the diagram title changed
|
||||
|
||||
Reference in New Issue
Block a user