[Qt-interest] Basic QThread question - part 2

Gabriel M. Beddingfield gabrbedd at gmail.com
Mon May 3 13:44:39 CEST 2010



On Mon, 3 May 2010, Phil wrote:
>    iSecondsAccu_++;
>    emit(secondTicked(iSeconds_ - iSecondsAccu_));

This should be:

     emit secondTicked(iSeconds_ - iSecondsAccu_);

-gabriel



More information about the Qt-interest-old mailing list