changed some icons and added classes for timeline view

This commit is contained in:
itsmattkc
2019-07-25 23:16:07 -07:00
parent 3bdbb4a26a
commit 316d12b61d
40 changed files with 453 additions and 598 deletions
+5
View File
@@ -29,3 +29,8 @@ QString Block::Category()
{
return tr("Block");
}
rational Block::out()
{
return in() + length();
}