From c7a9eb1219b796c336f4e0e7c44e70ad80d8bd3a Mon Sep 17 00:00:00 2001 From: Minsoo Kim Date: Fri, 14 Apr 2017 12:03:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=B4=ED=8C=8C=EC=9D=BC=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/oven_control.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/gui/oven_control/oven_control.pro b/app/gui/oven_control/oven_control.pro index 969606f..75b0885 100644 --- a/app/gui/oven_control/oven_control.pro +++ b/app/gui/oven_control/oven_control.pro @@ -42,7 +42,7 @@ SOURCES += main.cpp\ washstepgauge.cpp \ preheatpopup.cpp \ longpreheattempgauge.cpp \ - cooldownpopup.cpp + cooldownpopup.cpp \ engineermenuwindow.cpp \ ovenstatics.cpp \ servicedatas.cpp \ @@ -77,7 +77,7 @@ HEADERS += mainwindow.h \ washstepgauge.h \ preheatpopup.h \ longpreheattempgauge.h \ - cooldownpopup.h + cooldownpopup.h \ engineermenuwindow.h \ ovenstatics.h \ servicedatas.h \ @@ -98,9 +98,9 @@ FORMS += mainwindow.ui \ autocookconfigwindow.ui \ washwindow.ui \ preheatpopup.ui \ - cooldownpopup.ui + cooldownpopup.ui \ engineermenuwindow.ui \ - popupwindow.ui + popupwindow.ui RESOURCES += \ resources.qrc -- 2.1.4