Follow project coding style. Issue #2192.

--HG--
branch : magao-dev
This commit is contained in:
Tim Delaney
2017-02-12 12:14:01 +11:00
committed by sledgehammer999
parent d51a957247
commit a6c99844de
6 changed files with 9 additions and 13 deletions

View File

@@ -59,7 +59,7 @@
Preferences *Preferences::m_instance = 0;
Preferences::Preferences() {}
Preferences::Preferences() = default;
Preferences *Preferences::instance()
{

View File

@@ -36,10 +36,8 @@ typedef QSet<QString> QStringSet;
namespace BitTorrent
{
class TorrentHandle;
class TorrentState;
class TorrentHandle;
class TorrentState;
}
class TorrentFilter