ui: Recent projects in menu
add a recent projects menu in the project menu
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user