Ejemplo n.º 1
0
	void EventLoop::PrepareHandle(uv_prepare_t *handle, int status)
	{
		EventLoop *eventloop = static_cast<EventLoop *>(handle->data);
		QGuiApplication *app = eventloop->GetApp();

//		if (app->hasPendingEvents())
//			app->processEvents();
	}