7122:8e67ef7975de | 7123:94948e2aa0a5 |
---|---|
306 | 306 |
307 @param menu reference to the context menu | 307 @param menu reference to the context menu |
308 @type QMenu | 308 @type QMenu |
309 """ | 309 """ |
310 pass | 310 pass |
311 | |
312 def hasTimeCommands(self): | |
313 """ | |
314 Public method to check, if the device supports time commands. | |
315 | |
316 The default returns True. | |
317 | |
318 @return flag indicating support for time commands | |
319 @rtype bool | |
320 """ | |
321 return True |