ui: Recent projects in menu

add a recent projects menu in the project menu
This commit is contained in:
Andreas Stallinger
2015-11-13 22:53:37 +01:00
parent 7fce4cfae6
commit fc816240cb
5 changed files with 76 additions and 4 deletions
+5
View File
@@ -14,6 +14,11 @@ public:
std::string getStartupProjectFilePath() const;
enum
{
MaximalAmountOfRecentProjects = 7
};
// source
std::vector<FilePath> getHeaderSearchPaths() const;
bool setHeaderSearchPaths(const std::vector<FilePath>& headerSearchPaths);