I have created a class which contains a timer. The timer works fine normally when i start or stop it from the same class. but i need to use the same timer from a thread to check the data arrival in i/o of my laptop. this gives me the following error...
QObject::killTimer: timers cannot be stopped from another thread
QObject::startTimer: timers cannot be started from another thread
What is the actual problem and what should i do?
I cannot post my codes here.
Bookmarks