Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #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
|