Admin panel slots
This commit is contained in:
parent
44963dbad7
commit
50aa95e659
2 changed files with 36 additions and 2 deletions
|
|
@ -21,6 +21,21 @@ public:
|
|||
|
||||
AdminPanel& set_user(const user_entity &user);
|
||||
|
||||
private slots:
|
||||
void on_logout_requested();
|
||||
|
||||
void on_vessel_add();
|
||||
void on_vessel_remove();
|
||||
|
||||
void on_user_add();
|
||||
void on_user_remove();
|
||||
|
||||
void on_storage_add();
|
||||
void on_storage_remove();
|
||||
|
||||
void on_delivery_point_add();
|
||||
void on_delivery_point_remove();
|
||||
|
||||
private:
|
||||
Ui::AdminPanel *ui;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue