[nostalgia/studio] Flesh out editor tab system and cleanup studio::Project to use exceptions instead of returning error codes

This commit is contained in:
2019-11-26 23:15:02 -06:00
parent aa34239eb5
commit f634c208ac
12 changed files with 218 additions and 122 deletions
+4
View File
@@ -22,4 +22,8 @@ QWidget *Plugin::makeEditor(QString, const Context*) {
return nullptr;
}
QVector<EditorMaker> Plugin::editors(const Context*) {
return {};
}
}