Gui: redundant void 2

This commit is contained in:
berniev
2022-08-08 11:50:44 +10:00
committed by wwmayer
parent ec72d96038
commit 656ef8961f
160 changed files with 784 additions and 784 deletions

View File

@@ -97,7 +97,7 @@ void MacroManager::open(MacroType eType, const char *sName)
Base::Console().Log("CmdM: Open macro: %s\n", sName);
}
void MacroManager::commit(void)
void MacroManager::commit()
{
QFile file(this->macroName);
if (file.open(QFile::WriteOnly))
@@ -155,7 +155,7 @@ void MacroManager::commit(void)
}
}
void MacroManager::cancel(void)
void MacroManager::cancel()
{
Base::Console().Log("Cancel macro: %s\n",(const char*)this->macroName.toUtf8());