[Qt-interest] duplicate symbol

R. Reucher rene.reucher at batcom-it.net
Fri Oct 1 09:10:28 CEST 2010


"Alexander Carôt" wrote:
> This works fine until the linker tells me this:
> ld: duplicate symbol myWidget::event(QEvent*) in soundjack.o and main.o
> 
> How can I fix this ?
I'm not exactly sure if it's the reason for the duplicate symbol error, but 
"bool event(QEvent *)" is virtual _protected_ in its base class (yours is 
public).

HTH, René
-- 
René Reucher
rene.reucher at batcom-it.net
http://www.batcom-it.net/



More information about the Qt-interest-old mailing list