Code style refactoring done
This commit is contained in:
parent
02766bd5d2
commit
c5f1572efa
36 changed files with 202 additions and 130 deletions
|
|
@ -13,19 +13,16 @@
|
|||
#include "storageeditdialog.h"
|
||||
|
||||
|
||||
namespace Ui {
|
||||
class DeliveryPointEditDialog;
|
||||
}
|
||||
namespace Ui { class DeliveryPointEditDialog; }
|
||||
|
||||
class DeliveryPointEditDialog : public QDialog {
|
||||
private:
|
||||
Q_OBJECT
|
||||
Ui::DeliveryPointEditDialog *ui;
|
||||
|
||||
QStringListModel *svm;
|
||||
dpoint_entity *_dp;
|
||||
|
||||
void update_list();
|
||||
|
||||
public:
|
||||
explicit DeliveryPointEditDialog(QWidget *parent = nullptr);
|
||||
~DeliveryPointEditDialog();
|
||||
|
|
@ -37,6 +34,9 @@ public slots:
|
|||
void on_storage_edit_add(bool edit);
|
||||
|
||||
void accept() Q_DECL_OVERRIDE;
|
||||
|
||||
private:
|
||||
void update_list();
|
||||
};
|
||||
|
||||
#endif // DELIVERYPOINTEDITDIALOG_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue