From eed051b448f55cf78ceb1f619a9cf9cf81e14cb5 Mon Sep 17 00:00:00 2001 From: vsv Date: Tue, 4 Feb 2020 09:57:52 +0300 Subject: [PATCH] Correct long line --- src/PartSet/PartSet_MenuMgr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PartSet/PartSet_MenuMgr.cpp b/src/PartSet/PartSet_MenuMgr.cpp index f2bace900..7ec0f7e81 100644 --- a/src/PartSet/PartSet_MenuMgr.cpp +++ b/src/PartSet/PartSet_MenuMgr.cpp @@ -107,8 +107,8 @@ void PartSet_MenuMgr::createActions() this, SLOT(onEdit(bool))); myActions["EDIT_CMD"] = aAction; - aAction = ModuleBase_Tools::createAction(QIcon(":icons/activate.png"), tr("Load all parts"), aParent, - this, SLOT(onActivateAllParts())); + aAction = ModuleBase_Tools::createAction(QIcon(":icons/activate.png"), tr("Load all parts"), + aParent, this, SLOT(onActivateAllParts())); myActions["ACTIVATE_ALL_PARTS_CMD"] = aAction; } -- 2.39.2