Added a way to refresh the project.

This commit is contained in:
Roberto Raggi
2009-03-12 16:31:40 +01:00
parent 752a641304
commit 37f7e5dbee
4 changed files with 41 additions and 4 deletions

View File

@@ -78,7 +78,6 @@ private:
private:
GenericProject *_project;
Core::IFile *_projectFile;
QHash<QString, FolderNode *> _folderByName;
};