Skip to content

Commit

Permalink
Qt 5.15 needs the include file QPainterPath
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpmaclean committed May 27, 2020
1 parent f38189d commit 797f286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rendering/Qt/vtkQtLabelRenderStrategy.cxx
Expand Up @@ -41,6 +41,7 @@
#include <QImage>
#include <QMap>
#include <QPainter>
#include <QPainterPath>
#include <QPair>
#include <QPixmap>
#include <QTextDocument>
Expand Down
1 change: 1 addition & 0 deletions Rendering/Qt/vtkQtStringToImage.cxx
Expand Up @@ -30,6 +30,7 @@
#include <QFontMetrics>
#include <QImage>
#include <QPainter>
#include <QPainterPath>
#include <QPixmap>
#include <QString>
#include <QTextDocument>
Expand Down

0 comments on commit 797f286

Please sign in to comment.