We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 819ae6f commit cbbaf9cCopy full SHA for cbbaf9c
src/core/qgsnetworkcontentfetcherregistry.h
@@ -106,10 +106,10 @@ class CORE_EXPORT QgsFetchedContent : public QObject
106
107
private:
108
void emitFetched() {emit fetched();}
109
- QTemporaryFile *mFile;
110
- QString mFilePath = QStringLiteral();
+ QTemporaryFile *mFile = nullptr;
+ QString mFilePath;
111
QgsNetworkContentFetcherTask *mFetchingTask = nullptr;
112
- ContentStatus mStatus;
+ ContentStatus mStatus = NotStarted;
113
QNetworkReply::NetworkError mError = QNetworkReply::NoError;
114
115
// allow modification of task and file from main class
0 commit comments