On Friday 26 June 2009 09:57:46 granjow at users.sourceforge.net wrote: > Revision: 3669 > http://kdenlive.svn.sourceforge.net/kdenlive/?rev=3669&view=rev > Author: granjow > Date: 2009-06-26 07:57:46 +0000 (Fri, 26 Jun 2009) > > + double phi = (double) i->boundingRect().width() /
i don't think this is a good thing, it should break compilation on armel which doesn't have the double type. you should use qreal instead (i think) -- Alberto Villa <villa.alberto at gmail.com>
