logic: using source folders for header search

* adding folders form source paths to header search paths for convenience. We are using system header search paths here so that users can also use "<..>" in their includes.
This commit is contained in:
malte_langkabel
2016-08-29 11:29:03 +02:00
parent 4bac37096a
commit 9701332fd0
3 changed files with 13 additions and 2 deletions
+5
View File
@@ -187,6 +187,11 @@ DialogView* Project::getDialogView() const
return m_dialogView;
}
const std::vector<FilePath>& Project::getSourcePaths() const
{
return m_fileManager.getSourcePaths();
}
void Project::load()
{
m_storageAccessProxy->setSubject(nullptr);