mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 04:38:04 -06:00
committed by
Eugene Shalygin
parent
8c75fdcb4c
commit
19bb6f5fe0
@@ -59,7 +59,7 @@
|
||||
|
||||
Preferences *Preferences::m_instance = 0;
|
||||
|
||||
Preferences::Preferences() {}
|
||||
Preferences::Preferences() = default;
|
||||
|
||||
Preferences *Preferences::instance()
|
||||
{
|
||||
|
||||
@@ -36,10 +36,8 @@ typedef QSet<QString> QStringSet;
|
||||
|
||||
namespace BitTorrent
|
||||
{
|
||||
|
||||
class TorrentHandle;
|
||||
class TorrentState;
|
||||
|
||||
class TorrentHandle;
|
||||
class TorrentState;
|
||||
}
|
||||
|
||||
class TorrentFilter
|
||||
|
||||
Reference in New Issue
Block a user