Skip to content

Commit

Permalink
Fix build against recent sip:
Browse files Browse the repository at this point in the history
qgsfiledownloader.sip:33:0:
src/gui/qgsfiledownloader.h:94:5: error: overriding non-deleted function 'virtual QgsFileDownloader::~QgsFileDownloader()'
  • Loading branch information
manisandro committed Mar 1, 2017
1 parent ed8f861 commit fcf718f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/qgsfiledownloader.h
Expand Up @@ -95,9 +95,12 @@ class GUI_EXPORT QgsFileDownloader : public QObject
*/
void onSslErrors( QNetworkReply *reply, const QList<QSslError> &errors );
#endif
private:

protected:
~QgsFileDownloader();

private:

/**
* Abort current request and show an error if the instance has GUI
* notifications enabled.
Expand Down

0 comments on commit fcf718f

Please sign in to comment.