more on deleting sellers (not yet ok!)

This commit is contained in:
Martin Brodbeck 2018-07-17 15:32:16 +02:00
parent 46e7de47ec
commit ffbf27c1f8
6 changed files with 47 additions and 3 deletions

View file

@ -17,6 +17,7 @@ class SellerDialog : public QDialog
private:
void on_newButton_clicked();
void on_deleteButton_clicked();
virtual void accept() override;
Ui::SellerDialog ui_;
};