Skip to content

Commit

Permalink
Fix warning about receiver 'UIApplication' being a forward class
Browse files Browse the repository at this point in the history
Change-Id: Iffe11d85916274c85c16314c44b023887b43322d
Reviewed-by: Morten Johan Sørvig <[email protected]>
  • Loading branch information
torarnv authored and jaheikk committed Jun 9, 2018
1 parent 3f295f2 commit de4eb79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/corelib/kernel/qcore_mac_objc.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de4eb79

Please sign in to comment.