Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- #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
|