In my QRunnable-derived class I need to "sleep" until external database operation is completed. How can I do that? QThread::sleep is protected static...

Thanks.