Added option --user-agent.
This commit is contained in:
parent
79ffb95f05
commit
27f02d5f9f
7 changed files with 20 additions and 9 deletions
|
@ -81,7 +81,7 @@ App::App(int argc, char **argv) :
|
|||
}
|
||||
# endif
|
||||
|
||||
Platform::init();
|
||||
Platform::init(m_options->userAgent());
|
||||
Platform::setProcessPriority(m_options->priority());
|
||||
|
||||
m_network = new Network(m_options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue