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