code: use macros for default node functions
Easier to maintain
This commit is contained in:
@@ -28,11 +28,6 @@ TimeInput::TimeInput()
|
||||
{
|
||||
}
|
||||
|
||||
Node *TimeInput::copy() const
|
||||
{
|
||||
return new TimeInput();
|
||||
}
|
||||
|
||||
QString TimeInput::Name() const
|
||||
{
|
||||
return tr("Time");
|
||||
|
||||
Reference in New Issue
Block a user