forked from qt-creator/qt-creator
C++: Remove hard-coded configuration file name.
Change-Id: Ibe4cc69eafd14dab7707862b1068ce1e21b1d8e0 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -273,7 +273,7 @@ void GenericProject::refresh(RefreshOptions options)
|
||||
|
||||
if (options & Configuration) {
|
||||
filesToUpdate = part->sourceFiles;
|
||||
filesToUpdate.append(QLatin1String("<configuration>")); // XXX don't hardcode configuration file name
|
||||
filesToUpdate.append(CPlusPlus::CppModelManagerInterface::configurationFileName());
|
||||
// Full update, if there's a code model update, cancel it
|
||||
m_codeModelFuture.cancel();
|
||||
} else if (options & Files) {
|
||||
|
Reference in New Issue
Block a user