| gedegunz (4) | |||
How do I have to define the method, in order to lend him a class ?connect(addCustomerButton, SIGNAL(clicked()), this, SLOT(addNewCustomer(customer)));this is how it is defined private slots: void addNewCustomer(Custoemr& customer); and the method itself:
The compiler is saying that there is no such slot.. | |||
|
|
|||