Bug 428534

Summary: Compile error: pressurecurvewidget.cpp missing include [reported fixed - not]
Product: [Unmaintained] wacomtablet Reporter: Henry Pfeil <hpfeil>
Component: generalAssignee: Valerii Malov <jazzvoid>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.2.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Henry Pfeil 2020-10-31 22:21:25 UTC
SUMMARY
wacomtablet-v3.2.0/src/kcmodule/pressurecurvewidget.cpp:185:18: error: aggregate ‘QPainterPath curvePath’ has incomplete type and cannot be defined

STEPS TO REPAIR
1. Add: #include <QPainterPath>
 
Qt Version: 5:15;1

ADDITIONAL INFORMATION
g++ v10.2.0
Comment 1 Valerii Malov 2020-11-09 05:18:29 UTC
This was fixed in master but didn't make it in v3.2.0 tag for some reason, my mistake probably