X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fscmwidget.h;fp=src%2Fscmwidget.h;h=e9edd01d8939acfc421c6e681de856db7b7e8965;hb=8eb70a8369511a54803410b9bc5918b3077bfb52;hp=a3aa7f5ea9e47718b94c0ec730503352ec12a554;hpb=4560acacef35db75a8bab4854d544d297f6c7cb9;p=schematic diff --git a/src/scmwidget.h b/src/scmwidget.h index a3aa7f5..e9edd01 100644 --- a/src/scmwidget.h +++ b/src/scmwidget.h @@ -41,6 +41,7 @@ class SCMWidget: public QWidget public: void GetVendorIDs(void); void GetVendor(int); + void UpdateNotes(void); public: QTreeView * purchaseOrders; @@ -71,6 +72,8 @@ class SCMWidget: public QWidget QPushButton * createPO; QCheckBox * vendorRelated; + int currentUID; + private: std::vector vendorID; int vidCursor;