summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <[email protected]>2025-06-30 16:18:58 +0200
committerVolker Hilsheimer <[email protected]>2025-06-30 20:28:17 +0200
commit4ba8601b717f3ac767d0f39b3f766c72d5fabefb (patch)
tree12a1726510d5d66cef2b09d8271bf18d80cb4d49
parente9f91f049cb710b97d50a12306eca577be09b6ab (diff)
macOS: include QUrl in QAppleFileIconEngineHEADdev
The type is only forward declared via qmetatype.h so far, and building (presumably) only worked due to pre-compiled headers. Amends f036bd0edadf0f59757f4a8fa695706273eb72d2. Fixes: QTBUG-138100 Task-number: QTBUG-134239 Change-Id: Icc39b23cc08a309cba46c1d9ec598a6a0639754f Reviewed-by: Tor Arne Vestbø <[email protected]>
-rw-r--r--src/gui/platform/darwin/qapplefileiconengine.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/platform/darwin/qapplefileiconengine.mm b/src/gui/platform/darwin/qapplefileiconengine.mm
index f1ba6319d0a..594fdf23b60 100644
--- a/src/gui/platform/darwin/qapplefileiconengine.mm
+++ b/src/gui/platform/darwin/qapplefileiconengine.mm
@@ -10,6 +10,7 @@
# include <UIKit/UIKit.h>
#endif
+#include <QtCore/qurl.h>
#include <QtGui/private/qcoregraphics_p.h>
QT_BEGIN_NAMESPACE