void commonController::tickEvent()        // this will often be an interrupt routine
{
   checkControls();
}
Example #2
0
void MainWindow::timerEvent (QTimerEvent *e)
{
	checkControls();
}