summaryrefslogtreecommitdiffstats
path: root/examples/qr_code/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qr_code/src/main.rs')
-rw-r--r--examples/qr_code/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qr_code/src/main.rs b/examples/qr_code/src/main.rs
index a980bfd7..1a23331d 100644
--- a/examples/qr_code/src/main.rs
+++ b/examples/qr_code/src/main.rs
@@ -4,7 +4,7 @@ use iced::widget::{
use iced::{Alignment, Element, Length, Theme};
pub fn main() -> iced::Result {
- iced::sandbox(
+ iced::application(
"QR Code Generator - Iced",
QRGenerator::update,
QRGenerator::view,