Exemplo n.º 1
0
void commonController::tickEvent()        // this will often be an interrupt routine
{
   checkControls();
}
Exemplo n.º 2
0
void MainWindow::timerEvent (QTimerEvent *e)
{
	checkControls();
}