finished project explorer

This commit is contained in:
itsmattkc
2019-07-02 17:13:26 -07:00
parent 0f7192fc33
commit f9543fba4e
5 changed files with 125 additions and 1 deletions
+6
View File
@@ -23,6 +23,12 @@
Project::Project()
{
name_ = tr("(untitled)");
// FIXME: Test code
Folder* f = new Folder();
f->set_name("Foldery Boy");
root()->add_child(f);
// END Test code
}
Folder *Project::root()