Blame view

app/gui/oven_control/cook.cpp 87 Bytes
8c2952457   김태훈   응용 프로그램 추가
1
2
3
4
5
6
7
  #include "cook.h"
  
  #include <cmath>
  
  Cook::Cook(QObject *parent) : QObject(parent)
  {
  }