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