KDE/kdevplatform/kross/wrappers
Andreas Pakulat
apaku at gmx.de
Thu Jan 1 16:28:30 UTC 2009
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.
More information about the KDevelop-devel
mailing list