mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Coding style, use nullptr and other minor things
This commit is contained in:
committed by
sledgehammer999
parent
8482464ad0
commit
07130c4b26
@@ -32,12 +32,12 @@
|
||||
#include <QStringList>
|
||||
#include "abstractwebapplication.h"
|
||||
|
||||
class WebApplication: public AbstractWebApplication
|
||||
class WebApplication : public AbstractWebApplication
|
||||
{
|
||||
Q_DISABLE_COPY(WebApplication)
|
||||
|
||||
public:
|
||||
explicit WebApplication(QObject* parent = 0);
|
||||
explicit WebApplication(QObject *parent = nullptr);
|
||||
|
||||
private:
|
||||
// Actions
|
||||
|
||||
Reference in New Issue
Block a user