summarylogtreecommitdiffstats
path: root/qbuttongroup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qbuttongroup.patch')
-rw-r--r--qbuttongroup.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/qbuttongroup.patch b/qbuttongroup.patch
deleted file mode 100644
index 0e1013e41e8a..000000000000
--- a/qbuttongroup.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -r -c algobox-1.0.2-orig/algobox.cpp algobox-1.0.2/algobox.cpp
-*** algobox-1.0.2-orig/algobox.cpp 2017-08-08 17:20:13.000000000 +0200
---- algobox-1.0.2/algobox.cpp 2018-09-12 07:31:31.692412191 +0200
-***************
-*** 67,72 ****
---- 67,73 ----
- #include <QTextDocumentWriter>
- #include <QTextCharFormat>
- #include <QAbstractItemModel>
-+ #include <QButtonGroup>
-
- #define STRINGIFY_INTERNAL(x) #x
- #define STRINGIFY(x) STRINGIFY_INTERNAL(x)