File: drop-webkit-references.patch

package info (click to toggle)
acetoneiso 2.4-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,224 kB
  • sloc: cpp: 5,629; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description: Drop WebKit references
 See also d/p/qt5_port.patch for further changes regarding dropping WebKit.
Author: Bastian Germann <bage@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093872
Forwarded: not-needed
Last-Update: 2025-01-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
diff --git a/acetoneiso/sources/acetoneiso.cpp b/acetoneiso/sources/acetoneiso.cpp
index b6c88d8..1636208 100644
--- a/acetoneiso/sources/acetoneiso.cpp
+++ b/acetoneiso/sources/acetoneiso.cpp
@@ -17,7 +17,6 @@
 #include <QtWidgets>
 #include <QTabWidget>
 #include <QThread>
-#include <QWebView>
 #include "acetoneiso.h"
 #include "connections.h"
 #include <fcntl.h>
diff --git a/acetoneiso/sources/acetoneiso.h b/acetoneiso/sources/acetoneiso.h
index 256d9ed..dea8d62 100644
--- a/acetoneiso/sources/acetoneiso.h
+++ b/acetoneiso/sources/acetoneiso.h
@@ -21,8 +21,6 @@
 #include <QListWidget>
 #include <QTabWidget>
 #include <QDebug>
-#include <QtWebKit>
-#include <QWebView>
 #include <QProcess>
 #include <QThread>
 #include"progress.h"