mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
parent
364ff0e65c
commit
f91aba873e
@ -48,7 +48,7 @@ void Libc::Component::construct(Libc::Env &env)
|
||||
|
||||
plugin_widget_interface->env(env);
|
||||
|
||||
QString plugin_args("ram_quota=4M, caps=500");
|
||||
QString plugin_args("ram_quota=6M, caps=500");
|
||||
|
||||
QPluginWidget *plugin_widget = static_cast<QPluginWidget*>(
|
||||
plugin_widget_interface->createWidget(&w,
|
||||
@ -65,3 +65,11 @@ void Libc::Component::construct(Libc::Env &env)
|
||||
return app.exec();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/* dummy will not be called */
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
qFatal("Error: '", __func__, "' should not be called.");
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user