-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
4.6.0
-
None
-
Mac Pro Centos 5.4
Using QTimer::singleshot. This program is running on Mac Pro with Centos 5.4 linux. I have a function that I would like to call QTimer::singeshot(4000,function_name()) but the function never is called on the Mac Pro with Centos 5.4. I can run on a Fedora 9 AMD PC and it works great. And if I change the 4000 to 99 it runs with no problems.