System time changed event
Hi,
Is it possible to get a event when the system time is changed?
I am using QTimer class to generate a timer event every 15 mins. when the system Time or date is changed i want to reset the timer, I could not find any class to get the system time changed event. please advise.
-Varun
Re: System time changed event
use winEventFilter(..) and catch WM_TIMECHANGE..specific to windows of course
Re: System time changed event
thank you amulya,
but i am developing on cross platform.. :o