return isAccepted;\r
}\r
\r
-bool editorControl(QObject* theObject)
-{
- QLineEdit* aLineEdit = dynamic_cast<QLineEdit*>(theObject);
- return aLineEdit;
-}
+bool editorControl(QObject* theObject)\r
+{\r
+ QLineEdit* aLineEdit = dynamic_cast<QLineEdit*>(theObject);\r
+ return aLineEdit;\r
+}\r
\r
bool XGUI_OperationMgr::onProcessDelete(QObject* theObject)\r
{\r
// property panel child object is processed to process delete performed on Apply button of PP\r
isToDeleteObject = true;\r
}\r
- else if (editorControl(theObject)) {
- isToDeleteObject = false; /// Line Edit of Rename operation in ObjectBrowser
- isAccepted = true;
- }
+ else if (editorControl(theObject)) {\r
+ isToDeleteObject = false; /// Line Edit of Rename operation in ObjectBrowser\r
+ isAccepted = true;\r
+ }\r
\r
if (isToDeleteObject) {\r
aWorkshop->deleteObjects();\r