munna
15th June 2006, 15:06
Hi,
I was going through this (http://doc.trolltech.com/qq/qq17-ratecontrol.html) example and I think there is a mistake. Can some one please confirm this?
In the class RateController a QTimer object called stopWatch is declared. But in the function transfer() it is used to find the elapsed time. Shouldn't this object be "QTime stopWatch" ?
Thanks for your time.
I was going through this (http://doc.trolltech.com/qq/qq17-ratecontrol.html) example and I think there is a mistake. Can some one please confirm this?
In the class RateController a QTimer object called stopWatch is declared. But in the function transfer() it is used to find the elapsed time. Shouldn't this object be "QTime stopWatch" ?
Thanks for your time.