mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 05:35:20 +00:00
vte: silence warnings
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
912e945758
commit
edc7c26a54
@ -29,10 +29,7 @@ fn main() {
|
||||
window.set_child(Some(&term));
|
||||
|
||||
let id = chardev_id.clone();
|
||||
MainContext::default().spawn_local(clone!(
|
||||
#[strong]
|
||||
window,
|
||||
async move {
|
||||
MainContext::default().spawn_local(clone!(async move {
|
||||
let conn = Connection::session()
|
||||
.await
|
||||
.expect("Failed to connect to session D-Bus");
|
||||
@ -67,10 +64,9 @@ fn main() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
));
|
||||
}));
|
||||
|
||||
window.show();
|
||||
window.set_visible(true);
|
||||
});
|
||||
|
||||
app.run();
|
||||
|
Loading…
Reference in New Issue
Block a user