Cleanup Session loading (prepare for session history)

This commit is contained in:
brunoherbelin
2020-10-03 18:45:30 +02:00
parent d563ee14a9
commit 5421b5e926
6 changed files with 81 additions and 79 deletions

View File

@@ -14,6 +14,8 @@ public:
Session();
~Session();
static Session *load(const std::string& filename);
// add given source into the session
SourceList::iterator addSource (Source *s);
@@ -92,6 +94,4 @@ protected:
};
Session *loadSession_(const std::string& filename);
#endif // SESSION_H