Helpviewer/ClosedTabsManager.py

changeset 3035
36e9f388958b
parent 2999
28c75409a78f
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3034:7ce719013078 3035:36e9f388958b
33 33
34 @param other reference to the object to compare against (ClosedTab) 34 @param other reference to the object to compare against (ClosedTab)
35 @return flag indicating equality of the tabs (boolean) 35 @return flag indicating equality of the tabs (boolean)
36 """ 36 """
37 return self.url == other.url and \ 37 return self.url == other.url and \
38 self.title == other.title and \ 38 self.title == other.title and \
39 self.position == other.position 39 self.position == other.position
40 40
41 41
42 class ClosedTabsManager(QObject): 42 class ClosedTabsManager(QObject):
43 """ 43 """
44 Class implementing a manager for closed tabs. 44 Class implementing a manager for closed tabs.

eric ide

mercurial