Nothing....
This led component are extending another widget. This one has it's own destructor.
Initially the code was virtual ~Led();
I can't compile it with any combination.
The more strange thing is that there is another component (wallclock) that has not destructor ?....
(This widgets are part of analogwidgets from 3electrons, I'm thinking about contact to author directly ).
Thanks
Added after 14 minutes:
Solved with :
virtual ~Led(){}
But I dont understand that the other widget (wallclock) works if it has not destructor and is extending the same widget that 'led'.
Thanks any way.
Bookmarks