Ankur Sinha wrote:
> I was trying to package kradview[1] for the fedora medical initiative
> and am running into some errors. Could some qt developer please look
> into it and tell me how to correct these?
[snip]
>> panel2d.cpp:89:70: error: cannot call constructor 'QImage::QImage'
>> directly [-fpermissive]
>> panel2d.cpp:89:70: error: for a function-style cast, remove the
>> redundant '::QImage' [-fpermissive]
[snip 7 more of the same]
That's a plain C++ issue, not a Qt issue.
sed -i -e 's/QImage::QImage/QImage/g' panel2d.cpp
Kevin Kofler
--
devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/devel