ProjectExplorer: Fix indentation

Change-Id: Ia38b19eb50f46917713766d3d1aa9308dcbe5a7c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Robert Loehning
2020-07-28 14:15:11 +02:00
parent fb17795a9f
commit 0c26c3602d

View File

@@ -220,8 +220,8 @@ bool FlatModel::setData(const QModelIndex &index, const QVariant &value, int rol
Core::ICore::dialogParent(), tr("Rename More Files?"),
tr("Would you like to rename these files as well?\n %1")
.arg(transform<QStringList>(candidateNodes, [](const Node *n) {
return n->filePath().toFileInfo().fileName();
}).join("\n ")));
return n->filePath().toFileInfo().fileName();
}).join("\n ")));
if (reply == QMessageBox::Yes) {
for (Node * const n : candidateNodes) {
QString targetFilePath = orgFileInfo.absolutePath() + '/'