mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-24 02:36:16 +00:00
352a790d2f
QtWebKit is unmaintained and insecure with multiple remote code execution vulnerabilities - see: https://blogs.gnome.org/mcatanzaro/2022/11/04/stop-using-qtwebkit/
15 lines
323 B
Diff
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>
|