iOS: remove warning from unused function in QIOSEventDispatcher
From the documentation for QAbstractEventDispatcher::flush(), this function does only make sense for X11. Change-Id: I7f445b67b283f60c9a30ac00837beb44e8205d8b Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
This commit is contained in:
parent
a593de41ed
commit
54448b2f9f
@ -313,7 +313,7 @@ void QIOSEventDispatcher::interrupt()
|
||||
|
||||
void QIOSEventDispatcher::flush()
|
||||
{
|
||||
qDebug() << __FUNCTION__ << "not implemented";
|
||||
// X11 only.
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
Loading…
Reference in New Issue
Block a user