Hi,

I was going through this 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.