remove redundant void

This commit is contained in:
berniev
2022-07-31 14:28:37 +10:00
committed by wwmayer
parent fb5c731847
commit b40de7a509
75 changed files with 519 additions and 519 deletions

View File

@@ -90,7 +90,7 @@ MergeDocuments::~MergeDocuments()
connectImport.disconnect();
}
unsigned int MergeDocuments::getMemSize (void) const
unsigned int MergeDocuments::getMemSize () const
{
return 0;
}