mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
committed by
Christian Helmuth
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user