mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add instructor updateBehaviour
This commit is contained in:
@@ -55,7 +55,6 @@ void HashComparer::showDeltas()
|
||||
updateWidget->addToList(item);
|
||||
}
|
||||
|
||||
updateWidget->setUpdateList(filesForUpdate);
|
||||
emit sigHaveDelta();
|
||||
}
|
||||
|
||||
@@ -64,6 +63,11 @@ void HashComparer::setWidget(UpdateNotifyWidget* updateWidget)
|
||||
this->updateWidget = updateWidget;
|
||||
}
|
||||
|
||||
QList<FileData> *HashComparer::getFilesForUpdate() const
|
||||
{
|
||||
return filesForUpdate;
|
||||
}
|
||||
|
||||
HashComparer::~HashComparer()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user