debugger: replace action(ExecuteCommand) be a direct function call

This commit is contained in:
hjk
2011-02-16 12:41:06 +01:00
parent e360083427
commit 0b662609a0
10 changed files with 24 additions and 36 deletions

View File

@@ -115,6 +115,7 @@ private: ////////// General Interface //////////
virtual void shutdownInferior();
virtual void notifyInferiorSetupFailed();
virtual bool acceptsDebuggerCommands() const;
virtual void executeDebuggerCommand(const QString &command);
virtual QByteArray qtNamespace() const { return m_dumperHelper.qtNamespace(); }
virtual void setQtNamespace(const QByteArray &ns)