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