mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: change initialize logic
*complete without change animation
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
namespace Ui {
|
||||
class UpdateNotifyWidget;
|
||||
}
|
||||
class InstructorButtonGroupWidget;
|
||||
|
||||
|
||||
class UpdateNotifyWidget : public QWidget
|
||||
{
|
||||
@@ -19,14 +19,14 @@ class UpdateNotifyWidget : public QWidget
|
||||
|
||||
public:
|
||||
explicit UpdateNotifyWidget(QWidget *parent = nullptr);
|
||||
void initialize(VersionContainer *versionContainer,QPoint startPos);
|
||||
void initialize(QPoint startPos);
|
||||
void addToList(FileData fileData);
|
||||
void showWithFill();
|
||||
|
||||
~UpdateNotifyWidget();
|
||||
|
||||
void showTryChangeBase();
|
||||
|
||||
void setVersionContainer(VersionContainer *versionContainer);
|
||||
signals:
|
||||
void sigLoadToServerBehaviour();
|
||||
void sigUndoCurrentChanges();
|
||||
|
||||
Reference in New Issue
Block a user