A new class I created does not link in if I include the Q_OBJECT macro:
If I leave it out it links but then my signals does't work.Quote:
"vtable for PAMS_Settings", referenced from:
__ZTV13PAMS_Settings$non_lazy_ptr in settings.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Has anyone seen this before and give me a hint?
BN