mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: change UI for send to server
This commit is contained in:
@@ -56,8 +56,7 @@ void HashComparer::showDeltas()
|
||||
}
|
||||
|
||||
updateWidget->setUpdateList(filesForUpdate);
|
||||
updateWidget->show();
|
||||
updateWidget->activateWindow();
|
||||
emit sigHaveDelta();
|
||||
}
|
||||
|
||||
void HashComparer::setWidget(UpdateNotifyWidget* updateWidget)
|
||||
|
||||
@@ -22,6 +22,7 @@ public:
|
||||
void setWidget(UpdateNotifyWidget *updateWidget);
|
||||
signals:
|
||||
void sigCallCheck();
|
||||
void sigHaveDelta();
|
||||
private:
|
||||
UpdateNotifyWidget* updateWidget;
|
||||
QList<FileData> *filesForUpdate;
|
||||
|
||||
Reference in New Issue
Block a user