Code style refactoring done
This commit is contained in:
parent
02766bd5d2
commit
c5f1572efa
36 changed files with 202 additions and 130 deletions
|
|
@ -16,13 +16,15 @@
|
|||
#include "entities/user_entity.h"
|
||||
#include "entities/dpoint_entity.h"
|
||||
|
||||
namespace Ui {
|
||||
class AdminPanel;
|
||||
}
|
||||
|
||||
namespace Ui { class AdminPanel; }
|
||||
|
||||
class AdminPanel : public QMainWindow {
|
||||
private:
|
||||
Q_OBJECT
|
||||
|
||||
Ui::AdminPanel *ui;
|
||||
|
||||
user_entity user;
|
||||
|
||||
UsersViewModel *uvm;
|
||||
|
|
@ -42,8 +44,6 @@ private slots:
|
|||
void on_user_set();
|
||||
|
||||
private:
|
||||
Ui::AdminPanel *ui;
|
||||
|
||||
void on_logout_requested();
|
||||
|
||||
void on_vessel_add_edit(bool edit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue