feat: change UI for send to server

This commit is contained in:
semenov
2024-10-01 16:25:54 +03:00
parent 920916ce69
commit 5f457e3ac6
34 changed files with 5562 additions and 917 deletions

View File

@@ -22,6 +22,7 @@ public:
void setWidget(UpdateNotifyWidget *updateWidget);
signals:
void sigCallCheck();
void sigHaveDelta();
private:
UpdateNotifyWidget* updateWidget;
QList<FileData> *filesForUpdate;