feat: stable version new update

This commit is contained in:
semenov
2025-01-23 13:05:13 +03:00
parent e4aec0b4ca
commit 04e88617f2
49 changed files with 506 additions and 380 deletions

View File

@@ -30,6 +30,8 @@ public:
~UpdateNotifyWidget();
void showTryChangeBase();
private slots:
void on_closeButton_clicked();
void on_loadToServerButton_clicked();
@@ -45,6 +47,8 @@ private:
int currentLoadingCount;
QLabel* createLabel(QString text);
void clearList();
void setUpdateState();
void setCantUpdateState();
};
#endif // UPDATENOTIFYWIDGET_H