#ifndef CREATITEM_H #define CREATITEM_H #include "item.h" #include "coil.h" #include "contact.h" #include "comparator.h" #include "button.h" #include "light.h" Item* creatItem(const QString& type); #endif // CREATITEM_H