forked from qt-creator/qt-creator
ProjectManager: Cut ties between Project and IProjectManager
Not needed, less code. Change-Id: Ie0d5c3a60f0392f30ed2ee9d2c5a32156b4e67e1 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -626,7 +626,7 @@ bool QmakePriFile::saveModifiedEditors()
|
||||
|
||||
// force instant reload of ourselves
|
||||
QtSupport::ProFileCacheManager::instance()->discardFile(filePath().toString());
|
||||
m_project->projectManager()->notifyChanged(filePath());
|
||||
QmakeProject::notifyChanged(filePath());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user