remove some unneccessary stuff
This commit is contained in:
parent
3b87f862ea
commit
922f1b3456
3 changed files with 23 additions and 26 deletions
|
@ -24,7 +24,7 @@ mod ytdl {
|
|||
impl cxx_qt::Threading for Ytdl {}
|
||||
}
|
||||
|
||||
use cxx_qt::{CxxQtType, Threading};
|
||||
use cxx_qt::Threading;
|
||||
use cxx_qt_lib::{QString, QUrl};
|
||||
use dirs;
|
||||
use std::{fs, pin::Pin};
|
||||
|
@ -99,6 +99,4 @@ impl ytdl::Ytdl {
|
|||
false
|
||||
}
|
||||
}
|
||||
|
||||
async fn dl_video() {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue