void luaQ_doevents(lua_State *L)

Processe all pending events and execute the functions associated with all queued signals. Calling this function periodically can be useful to ensure that queued signals are processed timely.

See also qt.doevents().