mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-04 17:45:11 +02:00
21 lines
618 B
Diff
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>
|