for (int aGroupIndex = 0; aGroupIndex < aGroupCount; ++aGroupIndex)
{
ResultGroupPtr aResultGroup =
- std::dynamic_pointer_cast<ModelAPI_ResultGroup>((*aDoc)->object(ModelAPI_ResultGroup::group(),
- aGroupIndex));
+ std::dynamic_pointer_cast<ModelAPI_ResultGroup>(
+ (*aDoc)->object(ModelAPI_ResultGroup::group(), aGroupIndex));
if (!aResultGroup.get() || !aResultGroup->shape().get())
continue;
/// Set default values to the Config_PropManager properties
static void resetConfig();
- /// Creates a content for General tab, which defines behavior of loading parts and displaying shapes
+ /// Creates a content for General tab, which defines the behavior of loading parts
+ /// and displaying shapes
static void createGeneralTab(ModuleBase_IPrefMgr* thePref, int thePageId);
/// Creates content of preferences editing widget