[PyKDE] [PATCH] Abstract methods cause derived classes to be marked abstract

Matt Newell newellm at blur.com
Fri Oct 13 19:40:46 BST 2006


If class A has an abstract method, it is marked as an abstract class.  This is 
good.  If class B inherits from class A, but doesn't have any abstract 
methods of it's own, it is still marked as abstract, that is not good.  A 
class should only be marked abstract if it directly has an abstract method, 
or is marked abstract with /Abstract/.

Patch attached.

Matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: transform_abstract.diff
Type: text/x-diff
Size: 672 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20061013/d3a93015/transform_abstract.bin


More information about the PyQt mailing list