void-packages/srcpkgs/digikam/patches/qstring.patch
Đoàn Trần Công Danh 04c511f9d1 digikam: update to 8.2.0.
2024-05-16 13:49:49 +07:00

21 lines
618 B
Diff

--- a/core/dplugins/generic/tools/htmlgallery/generator/gallerytheme.cpp
+++ b/core/dplugins/generic/tools/htmlgallery/generator/gallerytheme.cpp
@@ -13,6 +13,9 @@
*
* ============================================================ */
+#ifdef QT_NO_CAST_FROM_ASCII
+#undef QT_NO_CAST_FROM_ASCII
+#endif
#include "gallerytheme.h"
// Qt includes
--- a/core/libs/dplugins/webservices/o2/src/o0baseauth.cpp
+++ b/core/libs/dplugins/webservices/o2/src/o0baseauth.cpp
@@ -1,3 +1,6 @@
+#ifdef QT_NO_CAST_FROM_ASCII
+#undef QT_NO_CAST_FROM_ASCII
+#endif
#include <QDataStream>
#include <QDebug>
#include <QUrlQuery>