[Kde-bindings] [Bug 278486] [smokeqt] doesn't build with qwt 6.0
Ronald van Haren
ronald at archlinux.org
Tue Jul 26 07:31:17 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=278486
--- Comment #2 from Ronald van Haren <ronald archlinux org> 2011-07-26 07:31:17 ---
Sorry, my internet was down yesterday...today another day at the office.
I've to do this just from looking at the source, but I fail to see where the
QwtArray class is being used.
Either way, QwtArray is just a wrapper around Qvector, so it should be an easy
replacement of:
#include <qwt_array.h> with #include <qvector.h>
and
QwtArray with QVector (there are none of these in the smokeqt source though).
Can you try to replace the qwt_array one and see what happens, I imagine that
some other qwt includes are not defined in qwt6 either, but I didn't check.
--
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