cook.cpp 87 Bytes edit raw blame history 1 2 3 4 5 6 7 #include "cook.h" #include <cmath> Cook::Cook(QObject *parent) : QObject(parent) { }