forked from qt-creator/qt-creator
ProjectExplorer + Debugger: Move Debug Action to the Debugger plugin
Since all the debuggers are implemented in the debuggerplugin, that's a natural place to put the action.
This commit is contained in:
@@ -123,7 +123,7 @@ S60Manager::S60Manager(QObject *parent)
|
||||
|
||||
addAutoReleasedObject(new RunControlFactory<S60DeviceDebugRunControl,
|
||||
S60DeviceRunConfiguration>
|
||||
(QLatin1String(ProjectExplorer::Constants::DEBUGMODE),
|
||||
(QLatin1String(Debugger::Constants::DEBUGMODE),
|
||||
tr("Debug on Device"), parent));
|
||||
updateQtVersions();
|
||||
connect(m_devices, SIGNAL(qtVersionsChanged()),
|
||||
|
||||
Reference in New Issue
Block a user