questions about animator

Marco Martin notmart at gmail.com
Sat May 17 14:03:08 CEST 2008


On Friday 16 May 2008, Aaron J. Seigo wrote:
> On Friday 16 May 2008, Marco Martin wrote:
> >  if (QMetaObject::invokeMethod(receiver, slot, Q_ARG(qreal, 0))) {
>
> should this be:
>
> if (!QMetaObject::invokeMethod(receiver, slot, Q_ARG(qreal, 0))) {
>
> ?

aaah, oops, right :P

apart from that can be committed?

Cheers,
Marco Martin


More information about the Panel-devel mailing list