#2616 - Added Recent projects item to File menu

This commit is contained in:
Enrico Turri 2019-07-12 15:36:01 +02:00
parent cc70c8dff9
commit de88db5918
6 changed files with 98 additions and 3 deletions

View file

@ -122,6 +122,9 @@ public:
// Does the config file exist?
static bool exists();
std::vector<std::string> get_recent_projects() const;
void set_recent_projects(const std::vector<std::string>& recent_projects);
private:
// Map of section, name -> value
std::map<std::string, std::map<std::string, std::string>> m_storage;