forked from qt-creator/qt-creator
ProjectExplorer: Fully qualify signals of run control.
To be able to connect to them in the debugger namespace. Reviewed-by: dt Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -947,8 +947,8 @@ void S60DeviceDebugRunControl::handleLauncherFinished()
|
||||
SLOT(debuggingFinished()),
|
||||
Qt::QueuedConnection);
|
||||
connect(m_debuggerRunControl,
|
||||
SIGNAL(addToOutputWindowInline(ProjectExplorer::RunControl,QString,bool)),
|
||||
SIGNAL(addToOutputWindowInline(ProjectExplorer::RunControl,QString,bool)),
|
||||
SIGNAL(addToOutputWindowInline(ProjectExplorer::RunControl*,QString,bool)),
|
||||
SIGNAL(addToOutputWindowInline(ProjectExplorer::RunControl*,QString,bool)),
|
||||
Qt::QueuedConnection);
|
||||
|
||||
DebuggerPlugin::startDebugger(m_debuggerRunControl);
|
||||
|
||||
Reference in New Issue
Block a user