forked from qt-creator/qt-creator
Convert to new connect api
Change-Id: I80aad51340bcde953763dec36cf989d6e19d4cd0 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -292,7 +292,7 @@ void MakefileParser::parseSubDirs()
|
||||
continue;
|
||||
|
||||
MakefileParser parser(subDirMakefile);
|
||||
connect(&parser, SIGNAL(status(QString)), this, SIGNAL(status(QString)));
|
||||
connect(&parser, &MakefileParser::status, this, &MakefileParser::status);
|
||||
const bool success = parser.parse();
|
||||
|
||||
// Don't return, try to parse as many sub directories
|
||||
|
||||
Reference in New Issue
Block a user