Add missing docstring

This commit is contained in:
Florian Bruhin 2014-05-13 07:11:46 +02:00
parent 55ea24e431
commit 4b78e9a9f5

View File

@ -101,6 +101,7 @@ class Url(TextBase):
@pyqtSlot('QNetworkReply*', 'QList<QSslError>')
def on_ssl_errors(self, _reply, _errors):
"""Set a flag to get a warning when there were SSL errors."""
self._ssl_errors = True
@pyqtSlot(bool)