mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
use ns in struct
This commit is contained in:
parent
ecd686976c
commit
db43289e24
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ use gtk::{
|
||||||
|
|
||||||
use sqlite::Connection;
|
use sqlite::Connection;
|
||||||
pub struct Browser {
|
pub struct Browser {
|
||||||
pub widget: Arc<ApplicationWindow>,
|
pub widget: Arc<gtk::ApplicationWindow>,
|
||||||
pub main: Arc<main::Main>,
|
pub main: Arc<main::Main>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue