forked from qt-creator/qt-creator
Debugger: Some code modernization
Qt 5 signal/slot, a few auto. Change-Id: Ia17f1b3dcd41dfe0a373c14e7c1d34d210d084f1 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -3398,7 +3398,7 @@ void DebuggerPluginPrivate::testProjectEvaluated()
|
||||
QVERIFY(!fileName.isEmpty());
|
||||
qWarning("Project %s loaded", qPrintable(fileName));
|
||||
connect(BuildManager::instance(), SIGNAL(buildQueueFinished(bool)),
|
||||
SLOT(testProjectBuilt(bool)));
|
||||
this, SLOT(testProjectBuilt(bool)));
|
||||
ProjectExplorerPlugin::buildProject(m_testProject);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user