wrote viewmodel model for project browsing

This commit is contained in:
itsmattkc
2019-06-21 11:51:50 -07:00
parent b6173a2c0d
commit 459ad13eda
19 changed files with 486 additions and 16 deletions
+11
View File
@@ -0,0 +1,11 @@
#include "folder.h"
Folder::Folder()
{
}
Item::Type Folder::type() const
{
return kFolder;
}