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