forked from qt-creator/qt-creator
ProjectExplorer: Fix indentation
Change-Id: Ia38b19eb50f46917713766d3d1aa9308dcbe5a7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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() + '/'
|
||||
|
||||
Reference in New Issue
Block a user