mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Prepare a little headlessloader class
This commit is contained in:
parent
3dc1107b40
commit
1923a51c59
3 changed files with 24 additions and 3 deletions
|
@ -242,7 +242,7 @@ int main(int argc, char *argv[]){
|
|||
#else
|
||||
// Load Headless class
|
||||
// TODO: by Frederic Lassabe
|
||||
HeadlessLoader *loader = new HeadlessLoader();
|
||||
HeadlessLoader *loader = new HeadlessLoader(torrentCmdLine);
|
||||
#endif
|
||||
int ret = app->exec();
|
||||
#ifndef DISABLE_GUI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue