GetTickCount() in QT ?
-
wrote on 19 Mar 2012, 08:24 last edited by
i would like to know which functions are used in qt which is equivalent to GetTickCount() in windows ?
-
wrote on 19 Mar 2012, 09:33 last edited by
What do you need it for? Do you really need the number of milliseconds since the last system start, or are you really after something else?
Qt does not have API to retreive current system uptime. It is up to you to implement that using system-dependent API's.
-
wrote on 19 Mar 2012, 10:30 last edited by
i need it for to communicate with DHCP server
3/3