Compile.
This commit is contained in:
parent
454a4ebb67
commit
2f476d8465
@ -74,7 +74,7 @@ static gboolean userEventSourceCheck(GSource *source)
|
||||
static gboolean userEventSourceDispatch(GSource *s, GSourceFunc, gpointer)
|
||||
{
|
||||
GUserEventSource * source = reinterpret_cast<GUserEventSource *>(s);
|
||||
QWindowSystemInterface::sendWindowSystemEvents(source->q, flags);
|
||||
QWindowSystemInterface::sendWindowSystemEvents(source->q, QEventLoop::AllEvents);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user