cancel sale button activated

This commit is contained in:
Martin Brodbeck 2018-07-27 16:04:01 +02:00
parent a130fa33c2
commit 99bc19f7a3
3 changed files with 41 additions and 1 deletions

View file

@ -20,7 +20,10 @@ class MainWindow : public QMainWindow
private slots:
void onBasketViewSelectionChanged(const QItemSelection& selected,
const QItemSelection& deselected);
void onSalesViewSelectionChanged(const QItemSelection& selected,
const QItemSelection& deselected);
void onCancelArticleButtonClicked(bool checked);
void onCancelSaleButtonClicked(bool checked);
void onCancelAllArticlesButtonClicked(bool checked);
private: