Cppcheck warning. Virtual function 'CleanLayout' is called from destructor
'~MainWindow()'. --HG-- branch : develop
This commit is contained in:
parent
fedbe60952
commit
24796e7f2d
|
@ -4454,7 +4454,7 @@ QString MainWindow::PatternPieceName(const QString &text)
|
||||||
MainWindow::~MainWindow()
|
MainWindow::~MainWindow()
|
||||||
{
|
{
|
||||||
CancelTool();
|
CancelTool();
|
||||||
CleanLayout();
|
qDeleteAll (scenes);
|
||||||
|
|
||||||
delete doc;
|
delete doc;
|
||||||
delete ui;
|
delete ui;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user