developed beginnings of media node
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "block.h"
|
||||
|
||||
Block::Block()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString Block::Category()
|
||||
{
|
||||
return tr("Block");
|
||||
}
|
||||
Reference in New Issue
Block a user