ui: moved recent projects submenu

* moved the menu entry for "recent projects" to be placed close to "open project"
* replaced enum for MaxRecentProjectsCount in AppSettings by a getter function.
This commit is contained in:
malte_langkabel
2016-03-23 14:15:30 +01:00
parent d1a4bc7b08
commit fee1d97604
4 changed files with 30 additions and 24 deletions
+1 -4
View File
@@ -14,10 +14,7 @@ public:
std::string getStartupProjectFilePath() const;
enum
{
MaximalAmountOfRecentProjects = 7
};
int getMaxRecentProjectsCount() const;
// source
std::vector<FilePath> getHeaderSearchPaths() const;