diff --git a/src/widget/mod.rs b/src/widget/mod.rs index 8af22bb2..c526bd23 100644 --- a/src/widget/mod.rs +++ b/src/widget/mod.rs @@ -112,6 +112,10 @@ pub mod color_picker; #[doc(inline)] pub use color_picker::{ColorPicker, ColorPickerModel}; +#[cfg(feature = "qr_code")] +#[doc(inline)] +pub use iced::widget::qr_code; + pub mod context_drawer; #[doc(inline)] pub use context_drawer::{context_drawer, ContextDrawer};