forked from qt-creator/qt-creator
debugger: simplify DebuggerMainWindow
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user