changed some icons and added classes for timeline view
This commit is contained in:
@@ -29,3 +29,8 @@ QString Block::Category()
|
||||
{
|
||||
return tr("Block");
|
||||
}
|
||||
|
||||
rational Block::out()
|
||||
{
|
||||
return in() + length();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user