[Kde-bindings] [Bug 115104] Fails to build in 64 bit architectures
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Wed Oct 26 08:59:37 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=115104
------- Additional Comments From Richard_Dale tipitina demon co uk 2005-10-26 10:59 -------
SVN commit 474385 by rdale:
* Removed QPointArray.begin() and end() methods as they don't compile
on 64 bit machines, and Iterators can't be used in QtJava anyway.
Fixes problem reported by Adeodato S.
CCBUGS: 115104
M +0 -12 kalyptusCxxToJNI.pm
--- branches/KDE/3.5/kdebindings/kalyptus/kalyptusCxxToJNI.pm #474384:474385
@ -1322,18 +1322,6 @
return (jboolean) ((QPointArrayJBridge*) QtSupport::getQt(env, obj))->truncate((uint) pos);
}
-JNIEXPORT jint JNICALL
-Java_org_kde_qt_QPointArray_begin(JNIEnv *env, jobject obj)
-{
- return (jint) ((QPointArrayJBridge*) QtSupport::getQt(env, obj))->begin();
-}
-
-JNIEXPORT jint JNICALL
-Java_org_kde_qt_QPointArray_end(JNIEnv *env, jobject obj)
-{
- return (jint) ((QPointArrayJBridge*) QtSupport::getQt(env, obj))->end();
-}
-
JNIEXPORT jobject JNICALL
Java_org_kde_qt_QPointArray_at(JNIEnv * env, jobject obj, jint index)
{
More information about the Kde-bindings
mailing list