various UI reimplementations from 0.1.x

This commit is contained in:
itsmattkc
2019-09-26 03:49:49 +10:00
parent c19718a4a5
commit 56e3fd41e5
70 changed files with 2056 additions and 1483 deletions
+5 -1
View File
@@ -24,7 +24,6 @@
Folder::Folder()
{
set_icon(olive::icon::Folder);
}
Item::Type Folder::type() const
@@ -36,3 +35,8 @@ bool Folder::CanHaveChildren() const
{
return true;
}
QIcon Folder::icon()
{
return olive::icon::Folder;
}