Fix warning about receiver 'UIApplication' being a forward class

Change-Id: Iffe11d85916274c85c16314c44b023887b43322d
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
Tor Arne Vestbø 2018-06-08 11:48:04 +02:00 committed by Jani Heikkinen
parent 3f295f272a
commit de4eb79c2b

View File

@ -44,6 +44,10 @@
#include <AppKit/NSText.h>
#endif
#if defined(QT_PLATFORM_UIKIT)
#include <UIKit/UIKit.h>
#endif
#include <qdebug.h>
QT_BEGIN_NAMESPACE