opnsense-ports/emulators/qmc2/files/patch-qmc2_imagechecker.cpp
Franco Fichtner bd12ca9751 */*: sync with upstream
Taken from: HardenedBSD
2019-02-12 14:20:06 +01:00

9 lines
305 B
C++

Workaround where the LZMA headers #define False 0, while
parts of QtCore (the new qcborflags?) use False as an identifier.
--- qmc2/imagechecker.cpp.orig 2016-09-04 14:08:00 UTC
+++ qmc2/imagechecker.cpp
@@ -1,3 +1,4 @@
+#include <QtCore/QtCore>
#include <QFileDialog>
#include <QTest>
#include <QMap>