mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-03 08:47:45 +02:00
cleanup
This commit is contained in:
parent
60760d779f
commit
a0e3f5fbee
12 changed files with 10 additions and 14 deletions
|
@ -5,7 +5,7 @@ use adw::subclass::prelude::ObjectSubclassIsExt;
|
|||
use crate::components::bluetooth::bluetoothBoxImpl;
|
||||
use crate::components::bluetooth::bluetoothEntry::BluetoothEntry;
|
||||
use crate::components::bluetooth::bluetoothEntryImpl::DeviceTypes;
|
||||
use crate::components::temp::listEntry::ListEntry;
|
||||
use crate::components::base::listEntry::ListEntry;
|
||||
|
||||
glib::wrapper! {
|
||||
pub struct BluetoothBox(ObjectSubclass<bluetoothBoxImpl::BluetoothBox>)
|
||||
|
|
|
@ -5,7 +5,7 @@ use gtk::subclass::prelude::*;
|
|||
|
||||
use crate::components::bluetooth::bluetoothBox;
|
||||
use crate::components::bluetooth::bluetoothEntry::BluetoothEntry;
|
||||
use crate::components::temp::listEntry::ListEntry;
|
||||
use crate::components::base::listEntry::ListEntry;
|
||||
|
||||
#[allow(non_snake_case)]
|
||||
#[derive(Default, CompositeTemplate)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue