ref: clean warnings

This commit is contained in:
semenov
2024-10-04 11:33:32 +03:00
parent c7d9f89879
commit 3d66dc16ce
27 changed files with 328 additions and 304 deletions

View File

@@ -4,10 +4,9 @@
#include <updatenotifywidget.h>
HashComparer::HashComparer(DataParser *dataParser,QObject *parent)
HashComparer::HashComparer(DataParser *dataParser,QObject *)
{
this->dataParser = dataParser;
this->updateWidget = updateWidget;
}
void HashComparer::CompareDeltas()