Mod: redundant void 2
This commit is contained in:
@@ -64,7 +64,7 @@ void FCCmdImportReadBREP::activated(int iMsg)
|
||||
commitCommand();
|
||||
}
|
||||
|
||||
bool FCCmdImportReadBREP::isActive(void)
|
||||
bool FCCmdImportReadBREP::isActive()
|
||||
{
|
||||
return getGuiApplication()->activeDocument() != nullptr;
|
||||
}
|
||||
@@ -101,7 +101,7 @@ void ImportStep::activated(int iMsg)
|
||||
}
|
||||
}
|
||||
|
||||
bool ImportStep::isActive(void)
|
||||
bool ImportStep::isActive()
|
||||
{
|
||||
if (getActiveGuiDocument())
|
||||
return true;
|
||||
@@ -141,7 +141,7 @@ void ImportIges::activated(int iMsg)
|
||||
}
|
||||
}
|
||||
|
||||
bool ImportIges::isActive(void)
|
||||
bool ImportIges::isActive()
|
||||
{
|
||||
if (getActiveGuiDocument())
|
||||
return true;
|
||||
@@ -150,7 +150,7 @@ bool ImportIges::isActive(void)
|
||||
}
|
||||
|
||||
|
||||
void CreateImportCommands(void)
|
||||
void CreateImportCommands()
|
||||
{
|
||||
Gui::CommandManager &rcCmdMgr = Gui::Application::Instance->commandManager();
|
||||
rcCmdMgr.addCommand(new FCCmdImportReadBREP());
|
||||
|
||||
Reference in New Issue
Block a user