eric6/Debugger/WatchPointModel.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8222
5994b80b8760
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
25 """ 25 """
26 Constructor 26 Constructor
27 27
28 @param parent reference to the parent widget (QObject) 28 @param parent reference to the parent widget (QObject)
29 """ 29 """
30 super(WatchPointModel, self).__init__(parent) 30 super().__init__(parent)
31 31
32 self.watchpoints = [] 32 self.watchpoints = []
33 self.header = [ 33 self.header = [
34 self.tr("Condition"), 34 self.tr("Condition"),
35 self.tr("Special"), 35 self.tr("Special"),

eric ide

mercurial