Skip to content

Commit fcf718f

Browse files
committedMar 1, 2017
Fix build against recent sip:
qgsfiledownloader.sip:33:0: src/gui/qgsfiledownloader.h:94:5: error: overriding non-deleted function 'virtual QgsFileDownloader::~QgsFileDownloader()'
1 parent ed8f861 commit fcf718f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/gui/qgsfiledownloader.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,12 @@ class GUI_EXPORT QgsFileDownloader : public QObject
9595
*/
9696
void onSslErrors( QNetworkReply *reply, const QList<QSslError> &errors );
9797
#endif
98-
private:
98+
99+
protected:
99100
~QgsFileDownloader();
100101

102+
private:
103+
101104
/**
102105
* Abort current request and show an error if the instance has GUI
103106
* notifications enabled.

0 commit comments

Comments
 (0)
Please sign in to comment.