David Faure wrote: >> I am afraid this will lead to problems if one is overloaded and not the >> other. > > ... which is exactly what the -Woverloaded-virtual warning will detect :-) I mean, what happens if addSubjob(KJob*) is overloaded, but not addSubjob(KJob*, bool)? I don't think -Woverloaded-virtual will notice any problem. Aurélien