Bug 432827 - qt 5.15.x missing include for QPainterPath
Summary: qt 5.15.x missing include for QPainterPath
Status: RESOLVED FIXED
Alias: None
Product: trojita
Classification: Applications
Component: Other (show other bugs)
Version: git
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Trojita default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-12 06:54 UTC by Andreas Baumann
Modified: 2021-02-12 07:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Baumann 2021-02-12 06:54:06 UTC
The QPainterPath type lives in it's own header file now

STEPS TO REPRODUCE
1. cmake
2. make

OBSERVED RESULT

/build/trojita/src/trojita-0.7/src/Gui/Window.cpp:981:26: error: aggregate 
‘QPainterPath path’ has incomplete type and cannot be defined 

SOFTWARE/OS VERSIONS
Archlinux/Archlinux32: https://bugs.archlinux32.org/index.php?do=details&task_id=146
Qt Version: 5.15.2

Adding #include <QPainterPath> did it for me.
Comment 1 Antonio Rojas 2021-02-12 07:59:17 UTC
Fixed in 2869c385e72932cbed7398742b8a4d5e3feda765 already