debugger: simplify DebuggerMainWindow

This commit is contained in:
hjk
2010-12-02 18:19:05 +01:00
parent 0497bdfc53
commit 4ef06c43d0
3 changed files with 24 additions and 39 deletions

View File

@@ -44,7 +44,6 @@ class QMenu;
QT_END_NAMESPACE
namespace Core {
class Command;
class Context;
class IMode;
}
@@ -69,10 +68,6 @@ public:
// Debugger toolbars are registered with this function
void setToolbar(const DebuggerLanguage &language, QWidget *widget);
// Menu actions are registered with this function
void addMenuAction(Core::Command *command, const DebuggerLanguage &language,
const QString &group = QString());
// All supported languages
DebuggerLanguages supportedLanguages() const;