[nostalgia] Cleanup
This commit is contained in:
parent
40cf65d509
commit
ec359a805e
@ -36,7 +36,7 @@ static int eventHandler(core::Context *ctx) {
|
||||
return 16;
|
||||
}
|
||||
|
||||
ox::Error run(ox::FileSystem *fs) {
|
||||
static ox::Error run(ox::FileSystem *fs) {
|
||||
core::Context ctx;
|
||||
ctx.rom = fs;
|
||||
oxReturnError(core::init(&ctx));
|
||||
|
@ -17,8 +17,8 @@ class Context {
|
||||
public:
|
||||
QString appName;
|
||||
QString orgName;
|
||||
QWidget* tabParent = nullptr;
|
||||
const class Project* project = nullptr;
|
||||
QWidget *tabParent = nullptr;
|
||||
const class Project *project = nullptr;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user