src/eric7/WebBrowser/WebBrowserTabBar.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10436
f6881d10e995
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
162 evt.setAccepted(True) 162 evt.setAccepted(True)
163 return True 163 return True
164 164
165 return super().event(evt) 165 return super().event(evt)
166 166
167 def tabRemoved(self, index): 167 def tabRemoved(self, index): # noqa: U100
168 """ 168 """
169 Public slot to handle the removal of a tab. 169 Public slot to handle the removal of a tab.
170 170
171 @param index index of the removed tab (integer) 171 @param index index of the removed tab (integer)
172 """ 172 """

eric ide

mercurial