mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Mark constructors as explicit
This commit is contained in:
@@ -59,7 +59,7 @@ class SpeedWidget : public QWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SpeedWidget(PropertiesWidget *parent);
|
||||
explicit SpeedWidget(PropertiesWidget *parent);
|
||||
~SpeedWidget();
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user