mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-08 22:52:01 +02:00
wat
This commit is contained in:
parent
e1cd11e601
commit
5c99e7e59a
|
@ -7,10 +7,10 @@ use adw::glib::{Object, PropertySet};
|
|||
use adw::prelude::{ActionRowExt, ButtonExt, EditableExt, PopoverExt};
|
||||
use adw::subclass::prelude::ObjectSubclassIsExt;
|
||||
use dbus::blocking::Connection;
|
||||
use dbus::{Error};
|
||||
use glib::{clone};
|
||||
use dbus::Error;
|
||||
use glib::clone;
|
||||
use gtk::gio;
|
||||
use gtk::prelude::{ListBoxRowExt, WidgetExt};
|
||||
use gtk::{gio};
|
||||
use ReSet_Lib::network::network::{AccessPoint, WifiStrength};
|
||||
|
||||
use crate::components::wifi::wifiBox::getConnectionSettings;
|
||||
|
@ -18,8 +18,6 @@ use crate::components::wifi::wifiBoxImpl::WifiBox;
|
|||
use crate::components::wifi::wifiEntryImpl;
|
||||
use crate::components::wifi::wifiOptions::WifiOptions;
|
||||
|
||||
|
||||
|
||||
glib::wrapper! {
|
||||
pub struct WifiEntry(ObjectSubclass<wifiEntryImpl::WifiEntry>)
|
||||
@extends adw::ActionRow, gtk::Widget,
|
||||
|
|
|
@ -8,7 +8,6 @@ use adw::subclass::preferences_row::PreferencesRowImpl;
|
|||
use adw::subclass::prelude::ActionRowImpl;
|
||||
use ReSet_Lib::network::network::{AccessPoint, WifiStrength};
|
||||
|
||||
#[allow(non_snake_case)]
|
||||
#[derive(Default, CompositeTemplate)]
|
||||
#[template(resource = "/org/Xetibo/ReSet/resetWifiEntry.ui")]
|
||||
pub struct WifiEntry {
|
||||
|
|
Loading…
Reference in a new issue