mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
10 lines
254 B
C++
10 lines
254 B
C++
--- ImageLounge/plugins/PaintPlugin/src/DkPaintPlugin.cpp.orig 2020-05-30 09:28:31 UTC
|
|
+++ ImageLounge/plugins/PaintPlugin/src/DkPaintPlugin.cpp
|
|
@@ -30,6 +30,7 @@
|
|
|
|
#include <QDebug>
|
|
#include <QMouseEvent>
|
|
+#include <QPainterPath>
|
|
|
|
namespace nmp {
|
|
|