KDE/kdevplatform/kross/wrappers

Aleix Pol aleixpol at kde.org
Thu Jan 1 16:41:15 UTC 2009


Yes probably, i'll check later :)

On Thu, Jan 1, 2009 at 5:28 PM, Andreas Pakulat <apaku at gmx.de> wrote:

> On 01.01.09 16:02:45, Fathi Boudra wrote:
> > SVN commit 904194 by fabo:
> >
> > Fix kdevplatform build: missing KdevelopSimpleCursor type definition.
> >
> >
> >  M  +1 -0      krossducontext.cpp
> >
> >
> > --- trunk/KDE/kdevplatform/kross/wrappers/krossducontext.cpp
> #904193:904194
> > @@ -169,6 +169,7 @@
> >               Q_SCRIPTABLE unsigned int topContextIndex() const { return
> wrapped->topContextIndex(); }
> >               Q_SCRIPTABLE KDevelop::IndexedDUContext indexedContext()
> const { return wrapped->indexedContext(); }
> >               Q_SCRIPTABLE bool isBackwardMapped() const { return
> wrapped->isBackwardMapped(); }
> > +             typedef KDevelop::SimpleCursor KDevelopSimpleCursor;
> >               Q_PROPERTY(KDevelopSimpleCursor  position READ getposition
> WRITE setposition SCRIPTABLE true)
> >               Q_SCRIPTABLE void setposition(const KDevelopSimpleCursor
>  val) { wrapped->position=val; }
> >               Q_SCRIPTABLE KDevelopSimpleCursor  getposition() const {
> return wrapped->position; }
>
> This looks like a bug in the automatic generation of the code, Aleix?
>
> Andreas
>
> --
> You will always get the greatest recognition for the job you least like.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20090101/ee067cd4/attachment.html>


More information about the KDevelop-devel mailing list