7081:ed510767c096 | 7082:ec199ef0cfc6 |
---|---|
297 def handleDataFlood(self): | 297 def handleDataFlood(self): |
298 """ | 298 """ |
299 Public slot handling a data floof from the device. | 299 Public slot handling a data floof from the device. |
300 """ | 300 """ |
301 pass | 301 pass |
302 | |
303 def addActions(self, menu): | |
304 """ | |
305 Public method to add device specific entries to the given menu. | |
306 | |
307 @param menu reference to the context menu | |
308 @type QMenu | |
309 """ | |
310 pass |