0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-24 02:36:16 +00:00
termux-packages/disabled-packages/trojita/trojita-0.7-qt-5.15-QPainterPath.patch
Fredrik Fornwall 352a790d2f rmpkg(x11/{qt5-qtwebkit,olivia,phantomjs,trojita,wkhtmltopdf})
QtWebKit is unmaintained and insecure with multiple remote code
execution vulnerabilities - see:
https://blogs.gnome.org/mcatanzaro/2022/11/04/stop-using-qtwebkit/
2024-10-20 12:23:45 +02:00

15 lines
323 B
Diff

Backport of
https://github.com/KDE/trojita/commit/2869c385e72932cbed7398742b8a4d5e3feda765
--- a/src/Gui/Window.cpp
+++ b/src/Gui/Window.cpp
@@ -32,6 +32,7 @@
#include <QKeyEvent>
#include <QMenuBar>
#include <QMessageBox>
+#include <QPainterPath>
#include <QProgressBar>
#include <QScrollBar>
#include <QSplitter>