Code style refactoring done
This commit is contained in:
parent
02766bd5d2
commit
c5f1572efa
36 changed files with 202 additions and 130 deletions
|
|
@ -7,9 +7,7 @@
|
|||
#include "entities/user_entity.h"
|
||||
|
||||
|
||||
namespace Ui {
|
||||
class UserEditDialog;
|
||||
}
|
||||
namespace Ui { class UserEditDialog; }
|
||||
|
||||
struct user_data_struct {
|
||||
QString login;
|
||||
|
|
@ -19,6 +17,7 @@ struct user_data_struct {
|
|||
};
|
||||
|
||||
class UserEditDialog : public QDialog {
|
||||
private:
|
||||
Q_OBJECT
|
||||
Ui::UserEditDialog *ui;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue