multicook.cpp 103 Bytes edit raw blame history 1 2 3 4 5 6 7 #include "multicook.h" #include <QDebug> MultiCook::MultiCook(QObject *parent) : QObject(parent) { }