[Kde-bindings] [Bug 244992] New: QPolygon is not wrapped properly in korundum
Robert Riemann
saloution at googlemail.com
Sat Jul 17 20:48:09 UTC 2010
https://bugs.kde.org/show_bug.cgi?id=244992
Summary: QPolygon is not wrapped properly in korundum
Product: bindings
Version: unspecified
Platform: openSUSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kde-bindings at kde.org
ReportedBy: saloution at googlemail.com
Version: unspecified (using Devel)
OS: Linux
smokegen gives:
void QPolygon::setPoint(int, const QPoint&)
void QPolygon::setPoint(int, int, int)
void QPolygon::setPoints(int, const int*)
but:
p = Qt::Polygon.new 3
p.SetPoint(0, Qt::Point.new(2,3))
NoMethodError: undefined method `SetPoint' for #<Qt::Polygon:0x7f17596b2c50>
from (irb):6:in `method_missing'
from (irb):6
It is the same for the other setSize methods.
Paolo thinks it has something to do with the missing implementation of QVector
Reproducible: Always
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-bindings
mailing list