underline clips that are linked
This commit is contained in:
@@ -273,3 +273,8 @@ const QVector<Block*> &Block::linked_clips()
|
||||
return linked_clips_;
|
||||
}
|
||||
|
||||
bool Block::HasLinks()
|
||||
{
|
||||
return !linked_clips_.isEmpty();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user