Remove redundant qt_no_master_include from deprecated headers
qt_no_master_include is not used in the deprecated headers since are generated by syncqt, are never scanned and master include logic is controlled by syncqt. Pick-to: 6.5 6.6 Change-Id: If6f737938abe67349c8f88387ccb5efdb95afabd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
bd40a67aab
commit
afc8260359
|
|
@ -1465,11 +1465,6 @@ public:
|
|||
<< "# pragma message (\"" << warningText << "\")\n"
|
||||
<< "#endif\n"
|
||||
<< "#include <" << replacement << ">\n"
|
||||
<< "#if 0\n"
|
||||
// TODO: Looks like qt_no_master_include is useless since deprecated headers are
|
||||
// generated by syncqt but are never scanned.
|
||||
<< "#pragma qt_no_master_include\n"
|
||||
<< "#endif\n"
|
||||
<< "#endif\n";
|
||||
writeIfDifferent(m_commandLineArgs->includeDir() + '/' + it->first, buffer.str());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue