When you execute QT program, you suddenly report an error
error: undefined reference to ‘xxxx’
Represents an undefined function
Just remove the specified error reporting function of
private slots in the header file
When you execute QT program, you suddenly report an error
error: undefined reference to ‘xxxx’
Represents an undefined function
Just remove the specified error reporting function of
private slots in the header file