Files
qt-creator/src/plugins/coreplugin
Friedemann Kleint b8ad0fdae9 Fix QPainterPath-related compilation errors in Qt 5.15
Some include of QPainterPath was removed in Qt, causing errors like:

easingpane\easinggraph.cpp(258): error C2079: 'path' uses undefined class 'QPainterPath'
easingpane\easinggraph.cpp(275): error C2027: use of undefined type 'QPainterPath'
easingpane\easinggraph.cpp(305): error C2664: 'void QPainter::drawPath(const QPainterPath &)': cannot convert argument 1 from 'int'
to 'const QPainterPath &'
easingpane\easinggraph.cpp(305): note: Reason: cannot convert from 'int' to 'const QPainterPath'
easingpane\easinggraph.cpp(305): note: use of undefined type 'QPainterPath'
...

Add the missing include statements.

Change-Id: I4f3383cbcec891a52480a683c9c76ed5deee2b2a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2020-03-12 09:47:02 +00:00
..
2018-08-08 16:04:21 +00:00
2018-08-08 16:04:21 +00:00
2016-08-04 14:37:19 +00:00
2018-04-24 14:43:35 +00:00
2018-08-09 08:55:25 +00:00
2020-02-05 09:33:55 +00:00
2018-08-08 16:04:21 +00:00
2018-08-08 16:04:21 +00:00
2019-01-10 09:04:46 +00:00
2019-07-02 12:48:54 +00:00
2018-08-08 16:04:21 +00:00
2019-05-28 12:23:26 +00:00
2018-08-08 16:04:21 +00:00
2018-08-08 16:04:21 +00:00
2018-05-08 07:42:55 +00:00
2018-08-08 16:04:21 +00:00
2018-08-08 16:04:21 +00:00
2019-09-12 06:56:34 +00:00
2018-05-07 15:43:44 +00:00
2018-08-08 16:04:21 +00:00
2019-08-09 03:19:00 +00:00
2019-08-09 03:19:00 +00:00
2018-08-09 08:55:25 +00:00
2018-08-08 16:04:21 +00:00
2018-08-08 16:04:21 +00:00
2018-05-08 07:42:55 +00:00
2019-01-10 09:04:46 +00:00
2018-05-07 15:43:44 +00:00
2018-08-08 16:04:21 +00:00
2019-03-22 07:47:49 +00:00
2018-05-07 15:43:44 +00:00
2018-08-08 16:04:21 +00:00
2018-08-08 16:04:21 +00:00
2018-08-08 16:04:21 +00:00
2018-05-08 07:42:55 +00:00
2018-08-08 16:04:21 +00:00