mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-07 10:37:46 +02:00
cleanup
This commit is contained in:
parent
60760d779f
commit
a0e3f5fbee
12 changed files with 10 additions and 14 deletions
|
@ -8,7 +8,7 @@ use dbus::blocking::Connection;
|
|||
use dbus::Error;
|
||||
use gtk::glib::Variant;
|
||||
use gtk::prelude::ActionableExt;
|
||||
use crate::components::temp::listEntry::ListEntry;
|
||||
use crate::components::base::listEntry::ListEntry;
|
||||
|
||||
use crate::components::wifi::wifiBoxImpl;
|
||||
use crate::components::wifi::wifiEntry::WifiEntry;
|
||||
|
|
|
@ -5,7 +5,7 @@ use gtk::subclass::prelude::*;
|
|||
use crate::components::wifi::wifiBox;
|
||||
|
||||
use crate::components::wifi::wifiEntry::WifiEntry;
|
||||
use crate::components::temp::listEntry::ListEntry;
|
||||
use crate::components::base::listEntry::ListEntry;
|
||||
|
||||
#[allow(non_snake_case)]
|
||||
#[derive(Default, CompositeTemplate)]
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
use std::cell::RefCell;
|
||||
use gtk::{Button, CompositeTemplate, glib, Image, Label};
|
||||
use gtk::subclass::prelude::*;
|
||||
use crate::components::temp::listEntry::ListEntry;
|
||||
use crate::components::wifi::wifiEntry;
|
||||
|
||||
#[derive(Default, Copy, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue