You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #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
|