Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check (#4426)
This commit is contained in:
@@ -17,8 +17,8 @@ public:
|
||||
|
||||
private:
|
||||
QNetworkAccessManager *manager_;
|
||||
QNetworkReply *reply_;
|
||||
QFile *file_;
|
||||
QNetworkReply *reply_{};
|
||||
QFile *file_{};
|
||||
|
||||
private slots:
|
||||
void onDownloadProgress(qint64, qint64);
|
||||
|
||||
Reference in New Issue
Block a user