Commit db973214 authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

use clone! correctly if feature=video

parent 45d51aad
...@@ -4,6 +4,8 @@ use gettextrs::gettext; ...@@ -4,6 +4,8 @@ use gettextrs::gettext;
#[cfg(feature = "video")] #[cfg(feature = "video")]
use gio::FileExt; use gio::FileExt;
#[cfg(feature = "video")] #[cfg(feature = "video")]
use glib::clone;
#[cfg(feature = "video")]
use glib::{Receiver, Sender}; use glib::{Receiver, Sender};
use gtk::prelude::*; use gtk::prelude::*;
#[cfg(feature = "video")] #[cfg(feature = "video")]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment