code formatting
This commit is contained in:
parent
5f7d91a18e
commit
6944051c31
18 changed files with 269 additions and 269 deletions
|
@ -26,9 +26,9 @@ class SellerDialog : public QDialog
|
|||
void on_deleteButton_clicked();
|
||||
void on_model_duplicateSellerNo(const QString& message);
|
||||
virtual void accept() override;
|
||||
Ui::SellerDialog ui_;
|
||||
Marketplace* market_;
|
||||
std::unique_ptr<SellerModel> model_;
|
||||
Ui::SellerDialog m_ui;
|
||||
Marketplace* m_market;
|
||||
std::unique_ptr<SellerModel> m_model;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue