i've centos 7.5 and qt5.7 in VM. I am builfing a small project. I've added a button "pushButtonViewExistingProductRecords" and used slot by name for other buttons, after some time i removed that button (pushButtonViewExistingProductRecords ). after that compiler shows follwoing error, but project runs successfully. error is:-
Qt Code:
  1. QMetaObject::connectSlotsByName: No matching signal for on_pushButtonViewExistingProductRecords_clicked()
To copy to clipboard, switch view to plain text mode 
how to get rid of this.