[nostalgia/studio] Add studio::Editor type as base type for editors

This commit is contained in:
2019-12-06 19:22:07 -06:00
parent a8bed71255
commit 641c6ae637
3 changed files with 4 additions and 5 deletions
+1 -5
View File
@@ -16,7 +16,7 @@
using namespace nostalgia::studio;
using namespace ox;
int run(int argc, char **args) {
int main(int argc, char **args) {
ClArgs clargs(argc, const_cast<const char**>(args));
QString argProfilePath = clargs.getString("profile").c_str();
@@ -31,7 +31,3 @@ int run(int argc, char **args) {
return app.exec();
}
int main(int argc, char **args) {
return run(argc, args);
}