mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
fix: use prelude instead of traits
This commit is contained in:
parent
fc048304ee
commit
88db8f33dd
|
@ -1,6 +1,6 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use adw::traits::ComboRowExt;
|
||||
use adw::prelude::ComboRowExt;
|
||||
use gtk::prelude::{ButtonExt, CheckButtonExt, RangeExt};
|
||||
use re_set_lib::audio::audio_structures::{TAudioObject, TAudioStreamObject};
|
||||
|
||||
|
|
Loading…
Reference in a new issue