mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
10 lines
373 B
C++
10 lines
373 B
C++
--- src/whiteboarding/wbnewpath.cpp.orig 2020-05-21 10:25:20 UTC
|
|
+++ src/whiteboarding/wbnewpath.cpp
|
|
@@ -23,6 +23,7 @@
|
|
#include "../sxe/sxesession.h"
|
|
|
|
#include <QGraphicsScene>
|
|
+#include <QPainterPath>
|
|
|
|
WbNewPath::WbNewPath(QGraphicsScene* s, QPointF startPos, int strokeWidth, const QColor &strokeColor, const QColor &fillColor) : WbNewItem(s) {
|
|
controlPoint_ = 0;
|