Bug 432827

Summary: qt 5.15.x missing include for QPainterPath
Product: [Applications] trojita Reporter: Andreas Baumann <mail>
Component: OtherAssignee: Trojita default assignee <trojita-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: arojas
Priority: NOR    
Version: git   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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