Qt4ProjectManager: updateFileList on a external folder change

Task-Nr: QTCREATORBUG-3001
This commit is contained in:
dt
2010-11-04 14:02:45 +01:00
parent 6bfe8c88b6
commit 61a3aad1e0
2 changed files with 5 additions and 1 deletions

View File

@@ -719,6 +719,7 @@ void Qt4PriFileNode::folderChanged(const QString &folder)
}
contents.updateSubFolders(this, this);
m_project->updateFileList();
}
bool Qt4PriFileNode::deploysFolder(const QString &folder) const