underline clips that are linked

This commit is contained in:
itsmattkc
2019-10-17 11:07:36 +11:00
parent 276478c6d0
commit 09b3a1970d
9 changed files with 29 additions and 11 deletions
+5
View File
@@ -273,3 +273,8 @@ const QVector<Block*> &Block::linked_clips()
return linked_clips_;
}
bool Block::HasLinks()
{
return !linked_clips_.isEmpty();
}