mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Coding style, use nullptr and other minor things
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
#include <QObject>
|
||||
#include <QTimer>
|
||||
|
||||
namespace BitTorrent { class Session; }
|
||||
namespace BitTorrent
|
||||
{
|
||||
class Session;
|
||||
}
|
||||
|
||||
class Statistics : QObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user