This commit is contained in:
Florian Bruhin 2016-06-08 15:38:52 +02:00
parent 34f7b196b7
commit 530721522a

View File

@ -54,6 +54,7 @@ class HistoryEntry:
def __str__(self):
return '{} {} {}'.format(int(self.atime), self.url_string, self.title)
class WebHistory(QWebHistoryInterface):
"""A QWebHistoryInterface which supports being written to disk.