| 68 | } |
| 69 | |
| 70 | FunctionDescription::FunctionDescription() |
| 71 | : FunctionDescription::FunctionDescription({}, {}, {}) |
| 72 | { |
| 73 | } |
| 74 | |
| 75 | FunctionDescription::FunctionDescription(const QString& name, const VariableDescriptionList& arguments, |
| 76 | const VariableDescriptionList& returnArguments) |
nothing calls this directly
no test coverage detected