App: Use the gio::prelude
This commit is contained in:
parent
14dfafcb7c
commit
60a93a2433
@ -1,10 +1,7 @@
|
|||||||
#![allow(new_without_default)]
|
#![allow(new_without_default)]
|
||||||
#![allow(unused)]
|
#![allow(unused)]
|
||||||
|
|
||||||
use gio::{
|
use gio::{self, prelude::*, ApplicationFlags, SettingsBindFlags, SettingsExt, SimpleAction};
|
||||||
self, ActionMapExt, ApplicationExt, ApplicationExtManual, ApplicationFlags,
|
|
||||||
SettingsBindFlags, SettingsExt, SimpleAction, SimpleActionExt,
|
|
||||||
};
|
|
||||||
use glib;
|
use glib;
|
||||||
use gtk;
|
use gtk;
|
||||||
use gtk::prelude::*;
|
use gtk::prelude::*;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user