qt-5.15.patch 632 B

1234567891011121314151617181920212223242526
  1. From 81d5c7f1602cf355684d70a5e3449fefccfc44b8 Mon Sep 17 00:00:00 2001
  2. From: Hugo Hromic <hhromic@gmail.com>
  3. Date: Mon, 1 Jun 2020 18:45:16 +0100
  4. Subject: [PATCH] Add missing include directive for QPainterPath
  5. * Not implicit anymore since Qt 5.15
  6. ---
  7. src/entities/jumper.cpp | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/src/entities/jumper.cpp b/src/entities/jumper.cpp
  10. index 5d4b31e0..edd38fa9 100644
  11. --- a/src/entities/jumper.cpp
  12. +++ b/src/entities/jumper.cpp
  13. @@ -17,6 +17,7 @@
  14. #include "entities/jumper.h"
  15. #include "map_model.h"
  16. #include <QPainter>
  17. +#include <QPainterPath>
  18. namespace SolarusEditor {
  19. --
  20. GitLab