logic : projectsettings loading

loading projectsetting via file

review id = 21

fortune cookie message = in dreams and in life, nothing is impossible
This commit is contained in:
Andreas Stallinger
2014-06-03 17:07:32 +02:00
parent 4ff064cb1d
commit a26f5a52b2
13 changed files with 138 additions and 18 deletions
+1
View File
@@ -35,5 +35,6 @@ void Application::loadProject()
m_componentManager->setup();
m_project = Project::create(m_codeAccess, m_graphAccess);
m_project->loadProjectSettings("data/test_ProjectSettings.xml");
m_project->parseCode();
}