Files
oak-editor/app/node/inputarray.h
T
itsmattkc 092d76f41a disambiguated whether NodeParam::parent() would return a Node* or a QObject*
Old code assumes that a NodeParam's parent will always be a Node. The function
has been separated off and tweaked in the event that this is not the case.
2019-11-30 23:58:56 +11:00

12 lines
114 B
C++

#ifndef INPUTARRAY_H
#define INPUTARRAY_H
class InputArray
{
public:
InputArray();
};
#endif // INPUTARRAY_H