hi,
I want to make my program sleep for some minutes.
I tries using QThread::sleep(10);
but it seems sleep is a protected member.So how to use it.