mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
bugfix/feat: main loading bar, add bar for sender
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
void initialize(MainWindow *mainWindow, UpdateController *updateController);
|
||||
void addToList(FileData fileData);
|
||||
void setUpdateList(QList<FileData> *fileDataList);
|
||||
void updateCount();
|
||||
~UpdateNotifyWidget();
|
||||
|
||||
signals:
|
||||
@@ -39,6 +40,8 @@ private:
|
||||
UpdateController *updateController;
|
||||
QList<FileData> *updateList;
|
||||
void fillList();
|
||||
|
||||
int currentLoadingCount;
|
||||
};
|
||||
|
||||
#endif // UPDATENOTIFYWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user