Remove whitespace.

This commit is contained in:
sledgehammer999 2017-04-24 04:25:49 +03:00
parent 3cdc6fb978
commit 032eb12585
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -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())