From b9fbf85e196c8064ba82df7b45aa9f4a07eb8c23 Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 30 Oct 2017 11:15:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=BB=A8=EB=B2=A4?= =?UTF-8?q?=EC=85=98=20=EC=9C=A0=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/mainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/gui/oven_control/mainwindow.cpp b/app/gui/oven_control/mainwindow.cpp index 748c97a..25af5ea 100644 --- a/app/gui/oven_control/mainwindow.cpp +++ b/app/gui/oven_control/mainwindow.cpp @@ -61,9 +61,8 @@ void MainWindow::jump(QMainWindow *newChild) void MainWindow::killChild() { - if (instance->child){ + if (instance->child) instance->child->deleteLater(); - } } bool MainWindow::killChildCook() -- 2.1.4