[Kde-bindings] Problems with KDE::ComponentData constructors in korundum4
Richard Dale
rdale at foton.es
Tue Jul 21 00:13:02 UTC 2009
On Monday 06 July 2009 10:18:19 am Stefano Crocco wrote:
> KComponentData* KComponentData::KComponentData(const KAboutData&)
> (smoke: 1 index: 1549) KComponentData*
> KComponentData::KComponentData(const KAboutData*) (smoke: 1 index:
> 1551)
The problem is that these two methods can't be resolved:
KComponentData* KComponentData::KComponentData(const KAboutData&)
(smoke: 1 index: 1549)
KComponentData* KComponentData::KComponentData(const KAboutData*)
(smoke: 1 index: 1551)
As KAboutData& and KAboutData* and the same in Ruby. So we probably need to
find out what they both do and only have one of them in the Smoke lib for KDE.
-- Richard
More information about the Kde-bindings
mailing list