help needed with packaging kradview : qt related

Ankur Sinha sanjay.ankur at gmail.com
Mon Jun 6 06:30:51 UTC 2011


On Sun, 2011-06-05 at 23:49 +0200, Kevin Kofler wrote:
> 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
> 

Hi Kevin,

Thank you! That fixed it. 

Regards,
Ankur



More information about the devel mailing list