From 4408c66ceb1be7bf384269a7f6d9623e30e7d39b Mon Sep 17 00:00:00 2001 From: Uwe Date: Wed, 30 Mar 2022 23:48:54 +0200 Subject: [PATCH] [Part] repair line endings for an unknown reason MSVC complained suddenly about the line endings in this file --- src/Mod/Part/Gui/DlgBooleanOperation.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Mod/Part/Gui/DlgBooleanOperation.cpp b/src/Mod/Part/Gui/DlgBooleanOperation.cpp index 5479fc58e6..1392217f45 100644 --- a/src/Mod/Part/Gui/DlgBooleanOperation.cpp +++ b/src/Mod/Part/Gui/DlgBooleanOperation.cpp @@ -62,7 +62,7 @@ namespace PartGui { QTreeWidgetItem::setData(column, role, value); if (role == Qt::CheckStateRole && value.toBool() == true) { QTreeWidget* tree = this->treeWidget(); - if (!tree) + if (!tree) return; int numChild = tree->topLevelItemCount(); for (int i=0; igetDocument(activeDoc); - if (!activeGui) + if (!activeGui) return; std::vector objs = activeDoc->getObjectsOfType