GITLAB
에프에이리눅스
/ 1611_0007_prime_oven
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
app/gui/oven_control/cook.cpp
87 Bytes
edit
raw
normal view
history
8c2952457
김태훈
응용 프로그램 추가
1 2 3 4 5 6 7
#include "cook.h" #include <cmath> Cook::Cook(QObject *parent) : QObject(parent) { }