From 65164fb59e1b1c6e4aef13342e84c7ba60669f68 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 18 May 2017 17:14:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EC=8A=A4=ED=85=9C=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9=20=ED=95=A8=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/system.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/gui/oven_control/system.h b/app/gui/oven_control/system.h index 2ba7c02..8e5bfc2 100644 --- a/app/gui/oven_control/system.h +++ b/app/gui/oven_control/system.h @@ -5,14 +5,16 @@ #include namespace System { -struct IpData +struct IPData { QString address; QString netmask; QString gateway; }; -void setIp(Data &data); +void setIP(IPData &data); + +void setBacklight(int level); } #endif // SYSTEM_H -- 2.1.4