mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
Code clean up
This commit is contained in:
parent
b267ac169d
commit
b41aa38f39
3 changed files with 1 additions and 35 deletions
|
@ -92,15 +92,11 @@ QBtSession::QBtSession()
|
|||
#ifndef DISABLE_GUI
|
||||
, geoipDBLoaded(false), resolve_countries(false)
|
||||
#endif
|
||||
, m_tracker(0)
|
||||
{
|
||||
Preferences pref;
|
||||
m_tracker = 0;
|
||||
// To avoid some exceptions
|
||||
boost::filesystem::path::default_name_check(boost::filesystem::no_check);
|
||||
// For backward compatibility
|
||||
// Move .qBittorrent content to XDG folder
|
||||
// TODO: Remove after some releases (introduced in v2.1.0)
|
||||
misc::moveToXDGFolders();
|
||||
// Creating Bittorrent session
|
||||
// Check if we should spoof utorrent
|
||||
QList<int> version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue