Files
oak-editor/app/node/inputarray.cpp
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

7 lines
55 B
C++

#include "inputarray.h"
InputArray::InputArray()
{
}