[patch] declared but non-implemented methods (remove, implement?)

Richard Dale Richard_Dale at tipitina.demon.co.uk
Sun Sep 21 11:36:59 BST 2003


On Saturday 20 September 2003 23:08, Germain Garand wrote:
> Hello,
>
> While building the new Smokekde wrapper library, kalyptus has spotted
> several non-implemented methods.
>
> I have gathered those in the attached patch:
> 1) non-implemented-since-3.1.diff => those are present in the 3.1 API as
> well as in current CVS
> 2) non-implemented-in-head.diff => only in CVS, so probably awaiting for
> implementation but who knows 8)
> 3) ktabwidget.h => has 3 inline methods whose implementation isn't in the
> header file, hence would cause linker errors
>
> Otherwise, whenever methods are intentionally left unimplemented (e.g copy
> constructor in KInstance and KSSLSession) it would be handy for us bindings
> folks to have a marker (e.g KDE_NOT_IMPLEMENTED). Would it be possible?
Or KDE_DEPRECATED would do it, but maybe KDE_NOT_IMPLEMENTED is clearer.

Another wrapping problem was the variable modalListText declared in kspell.h, 
but not defined in kspell.cpp:

  static QStringList modalListText;

-- Richard




More information about the kde-core-devel mailing list