mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Coding style, use nullptr and other minor things
This commit is contained in:
parent
f27e75e8fa
commit
525fdd6c2b
54 changed files with 361 additions and 403 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue