forked from qt-creator/qt-creator
QmakeProject parsing: Move code from gui thread to parser threads
Change-Id: I05c1ec01a2c1ae4017ad2d09b07aa87854e3f118 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -1055,6 +1055,11 @@ ProFileGlobals *QmakeProject::qmakeGlobals()
|
||||
return m_qmakeGlobals;
|
||||
}
|
||||
|
||||
QMakeVfs *QmakeProject::qmakeVfs()
|
||||
{
|
||||
return m_qmakeVfs;
|
||||
}
|
||||
|
||||
void QmakeProject::destroyProFileReader(QtSupport::ProFileReader *reader)
|
||||
{
|
||||
delete reader;
|
||||
|
||||
Reference in New Issue
Block a user