set DEFAULT_PORT cost as global

This commit is contained in:
yggverse 2024-11-27 18:21:16 +02:00
parent ffda3d27e3
commit b9be89ca0f
3 changed files with 8 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pub mod error;
pub use error::Error;
use crate::client::DEFAULT_PORT;
use crate::DEFAULT_PORT;
use gio::NetworkAddress;
use glib::{GString, Uri, UriFlags, UriHideFlags};