Mon, 18 Jun 2018 18:42:40 +0200
DebuggerInterfaceNone: added a forgotten method.
Debugger/DebuggerInterfaceNone.py | file | annotate | diff | comparison | revisions |
--- 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): """