Debugger/DebuggerInterfaceNone.py

changeset 6354
9ec941fc1a91
parent 6352
4bdc6503df81
child 6581
8eb6220f2bb7
--- a/Debugger/DebuggerInterfaceNone.py	Sun Jun 17 18:22:57 2018 +0200
+++ b/Debugger/DebuggerInterfaceNone.py	Mon Jun 18 18:42:40 2018 +0200
@@ -376,6 +376,12 @@
         @param arg the arguments to evaluate (string)
         """
         return
+    
+    def remoteBanner(self):
+        """
+        Public slot to get the banner info of the remote client.
+        """
+        return
         
     def remoteCapabilities(self):
         """

eric ide

mercurial