eric6/MicroPython/MicroPythonDevices.py

branch
micropython
changeset 7082
ec199ef0cfc6
parent 7068
e3200e4dfa63
child 7091
84d2a73b448a
--- 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

eric ide

mercurial