summarylogtreecommitdiffstats
path: root/missing-include-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'missing-include-fix.patch')
-rw-r--r--missing-include-fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/missing-include-fix.patch b/missing-include-fix.patch
deleted file mode 100644
index 42f9ccc4f47c..000000000000
--- a/missing-include-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/gui/src/CommandProcess.h b/src/gui/src/CommandProcess.h
-index 508552d..ff6c161 100644
---- a/src/gui/src/CommandProcess.h
-+++ b/src/gui/src/CommandProcess.h
-@@ -18,6 +18,7 @@
- #ifndef COMMANDTHREAD_H
- #define COMMANDTHREAD_H
-
-+#include <QObject>
- #include <QStringList>
-
- class CommandProcess : public QObject