Commit 65164fb59e1b1c6e4aef13342e84c7ba60669f68
1 parent
17ad56e3e2
Exists in
master
and in
2 other branches
시스템 적용 함수 추가
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
app/gui/oven_control/system.h
@@ -5,14 +5,16 @@ | @@ -5,14 +5,16 @@ | ||
5 | #include <QtCore> | 5 | #include <QtCore> |
6 | 6 | ||
7 | namespace System { | 7 | namespace System { |
8 | -struct IpData | 8 | +struct IPData |
9 | { | 9 | { |
10 | QString address; | 10 | QString address; |
11 | QString netmask; | 11 | QString netmask; |
12 | QString gateway; | 12 | QString gateway; |
13 | }; | 13 | }; |
14 | 14 | ||
15 | -void setIp(Data &data); | 15 | +void setIP(IPData &data); |
16 | + | ||
17 | +void setBacklight(int level); | ||
16 | } | 18 | } |
17 | 19 | ||
18 | #endif // SYSTEM_H | 20 | #endif // SYSTEM_H |