src/InventorySuppliers.h

changeset 79
e726db72da3c
parent 67
55aa8c3146ee
--- a/src/InventorySuppliers.h	Mon Mar 21 11:44:51 2022 +0100
+++ b/src/InventorySuppliers.h	Mon Mar 21 12:08:41 2022 +0100
@@ -21,6 +21,9 @@
     explicit InventorySuppliers(QWidget *parent = nullptr);
     ~InventorySuppliers();
 
+signals:
+    void setStatus(QString);
+
 private slots:
     void on_insertButton_clicked();
     void on_editButton_clicked();

mercurial