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:
@@ -39,12 +39,12 @@ namespace Ui
|
||||
class BanListOptions;
|
||||
}
|
||||
|
||||
class BanListOptions: public QDialog
|
||||
class BanListOptions : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit BanListOptions(QWidget *parent = 0);
|
||||
explicit BanListOptions(QWidget *parent = nullptr);
|
||||
~BanListOptions();
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user