mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Remove whitespace.
This commit is contained in:
parent
3cdc6fb978
commit
032eb12585
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ using namespace RSS;
|
|||
|
||||
QPointer<Session> Session::m_instance = nullptr;
|
||||
|
||||
Session::Session()
|
||||
Session::Session()
|
||||
: m_processingEnabled(SettingsStorage::instance()->loadValue(SettingsKey_ProcessingEnabled, false).toBool())
|
||||
, m_workingThread(new QThread(this))
|
||||
, m_refreshInterval(SettingsStorage::instance()->loadValue(SettingsKey_RefreshInterval, 30).toUInt())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue