summarylogtreecommitdiffstats
path: root/fix-gcc10-build.patch
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-06-18 20:02:29 -0500
committerCarlos Aznarán Laos2023-06-18 20:02:29 -0500
commitd0cc5d93a36f67028cbe139c4dba95aabbf6d163 (patch)
tree49398a1ea4ed808ed9773ed3c8b58e30c098e366 /fix-gcc10-build.patch
parent9b54454b5c0c54396047e1b194f06baeaa5a8f86 (diff)
downloadaur-qpdfview.tar.gz
Fix compilation build, use C++17
Diffstat (limited to 'fix-gcc10-build.patch')
-rw-r--r--fix-gcc10-build.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/fix-gcc10-build.patch b/fix-gcc10-build.patch
deleted file mode 100644
index 94b6dce3ac29..000000000000
--- a/fix-gcc10-build.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/sources/model.h b/sources/model.h
-index 6363c32..dc10a8c 100644
---- a/sources/model.h
-+++ b/sources/model.h
-@@ -27,6 +27,7 @@ along with qpdfview. If not, see <http://www.gnu.org/licenses/>.
- #include <QtPlugin>
- #include <QWidget>
- #include <QVector>
-+#include <QPainterPath>
-
- class QAbstractItemModel;
- class QColor;