Bug 428534 - Compile error: pressurecurvewidget.cpp missing include [reported fixed - not]
Summary: Compile error: pressurecurvewidget.cpp missing include [reported fixed - not]
Status: RESOLVED FIXED
Alias: None
Product: wacomtablet
Classification: Plasma
Component: general (show other bugs)
Version: 3.2.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Valerii Malov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-31 22:21 UTC by Henry Pfeil
Modified: 2020-11-09 05:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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