Skip to content

Commit

Permalink
book: Import NavigationSplitView into namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Nov 5, 2023
1 parent 1cce558 commit 3c035f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/listings/todo/8/window/imp.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::cell::RefCell;
use std::fs::File;

use adw::prelude::*;
use adw::subclass::prelude::*;
use adw::{prelude::*, NavigationSplitView};
use gio::Settings;
use glib::subclass::InitializingObject;
use gtk::glib::SignalHandlerId;
Expand All @@ -26,7 +26,7 @@ pub struct Window {
#[template_child]
pub collections_list: TemplateChild<ListBox>,
#[template_child]
pub split_view: TemplateChild<adw::NavigationSplitView>,
pub split_view: TemplateChild<NavigationSplitView>,
#[template_child]
pub stack: TemplateChild<Stack>,
pub collections: OnceCell<gio::ListStore>,
Expand Down

0 comments on commit 3c035f4

Please sign in to comment.