1 #ifndef ITEM_OUTPUT_P_H 2 #define ITEM_OUTPUT_P_H 21 QList<ItemInput*> _inputs;
22 QObject* _data =
nullptr;
25 #endif // ITEM_OUTPUT_P_H The ItemOutput class represents an output that belongs to an item.
Definition: item_output.h:28
Definition: item_output_p.h:10