forked from qt-creator/qt-creator
More FileName::appendPath() -> .pathAppended() changes
Change-Id: Ibc7eb4eb3ffb64658e441aafa240b1ddc0061930 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -242,9 +242,9 @@ void ClangFormatConfigWidget::showGlobalCheckboxes()
|
||||
static bool projectConfigExists()
|
||||
{
|
||||
return Utils::FileName::fromString(Core::ICore::userResourcePath())
|
||||
.appendPath("clang-format")
|
||||
.appendPath(currentProjectUniqueId())
|
||||
.appendPath((Constants::SETTINGS_FILE_NAME))
|
||||
.pathAppended("clang-format")
|
||||
.pathAppended(currentProjectUniqueId())
|
||||
.pathAppended((Constants::SETTINGS_FILE_NAME))
|
||||
.exists();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user