using paid button
This commit is contained in:
parent
0f786a04e1
commit
4143fc2e89
2 changed files with 12 additions and 2 deletions
|
@ -17,10 +17,12 @@ class MainWindow : public QMainWindow
|
|||
MainWindow();
|
||||
Marketplace* getMarketplace() { return marketplace_.get(); }
|
||||
|
||||
private:
|
||||
private slots:
|
||||
void on_actionEditSeller_triggered();
|
||||
void on_sellerNoEdit_checkSellerNo();
|
||||
void on_paidButton_triggered();
|
||||
|
||||
private:
|
||||
Ui::MainWindow ui_;
|
||||
std::unique_ptr<Marketplace> marketplace_;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue