--- a/eric6/MicroPython/MicroPythonDevices.py Tue Jul 23 19:43:14 2019 +0200 +++ b/eric6/MicroPython/MicroPythonDevices.py Wed Jul 24 20:12:19 2019 +0200 @@ -299,3 +299,12 @@ Public slot handling a data floof from the device. """ pass + + def addActions(self, menu): + """ + Public method to add device specific entries to the given menu. + + @param menu reference to the context menu + @type QMenu + """ + pass