mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
Cleanup Session loading (prepare for session history)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user