Fix typo
This commit is contained in:
parent
049510ea8f
commit
1b2c6d30c5
@ -187,7 +187,7 @@ class WebHistory(QWebHistoryInterface):
|
|||||||
self.cleared.emit()
|
self.cleared.emit()
|
||||||
|
|
||||||
def addHistoryEntry(self, url_string):
|
def addHistoryEntry(self, url_string):
|
||||||
"""Required for a QWebHistoryInterface impl, obseleted by add_url."""
|
"""Required for a QWebHistoryInterface impl, obsoleted by add_url."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def add_url(self, url_string, title=""):
|
def add_url(self, url_string, title=""):
|
||||||
|
Loading…
Reference in New Issue
Block a user