76 return page |
76 return page |
77 return self.url |
77 return self.url |
78 return self.title |
78 return self.title |
79 |
79 |
80 |
80 |
81 # TODO: Enhancement: Only one entry per URL for latest visit and add no. of visits |
|
82 class HistoryManager(QObject): |
81 class HistoryManager(QObject): |
83 """ |
82 """ |
84 Class implementing the history manager. |
83 Class implementing the history manager. |
85 |
84 |
86 @signal historyCleared() emitted after the history has been cleared |
85 @signal historyCleared() emitted after the history has been cleared |