Skip to content

Commit

Permalink
revert qgsfiledownloader changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Apr 8, 2021
1 parent 56ed8c1 commit b01deeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Expand Up @@ -89,7 +89,7 @@ has been processed.
Called to start the download
%End

public:
protected:
~QgsFileDownloader();

};
Expand Down
2 changes: 1 addition & 1 deletion src/core/network/qgsfiledownloader.h
Expand Up @@ -108,7 +108,7 @@ class CORE_EXPORT QgsFileDownloader : public QObject
void onSslErrors( QNetworkReply *reply, const QList<QSslError> &errors );
#endif

public:
protected:
~QgsFileDownloader() override;

private:
Expand Down
1 change: 0 additions & 1 deletion src/core/pointcloud/qgsremoteeptpointcloudindex.cpp
Expand Up @@ -38,7 +38,6 @@

#include "qgstiledownloadmanager.h"
#include "qgsblockingnetworkrequest.h"
#include "qgsfiledownloader.h"

#include "qgsfileutils.h"
#include "qgsapplication.h"
Expand Down

0 comments on commit b01deeb

Please sign in to comment.