Skip to content

Commit

Permalink
Fixing issue 13 about QPainterPath
Browse files Browse the repository at this point in the history
  • Loading branch information
a-a-maly committed Jun 29, 2021
1 parent a8d2df3 commit 426724f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/actors/turtle/turtle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <QGraphicsSvgItem>
#include <QGraphicsView>
#include <QGraphicsScene>
#include <QPainterPath>
#include <QDebug>
#include <QMessageBox>

Expand Down
2 changes: 2 additions & 0 deletions src/actors/turtle/turtlemodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ You should change it corresponding to functionality.
// Base class include
#include "turtlemodulebase.h"

#include <QPainter>
#include <QPainterPath>
#include <QGraphicsView>
#include <QGraphicsItem>
#include <QGraphicsSvgItem>
Expand Down
1 change: 1 addition & 0 deletions src/plugins/editor/editorplane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <QApplication>
#include <QScrollBar>
#include <QPainter>
#include <QPainterPath>
#include <QContextMenuEvent>
#include <QMouseEvent>
#include <QDrag>
Expand Down

0 comments on commit 426724f

Please sign in to comment.