[nostalgia/studio] Add studio::Editor type as base type for editors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user