zeek/auxil/vcpkg/ports/kf5newstuff/0001-Fix-KF5NewStuffWidgets_EXPORTS-is-not-defined-on-cla.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

15 lines
617 B
Diff

diff --git a/src/widgets/action.h b/src/widgets/action.h
index 0207e557..748add43 100644
--- a/src/widgets/action.h
+++ b/src/widgets/action.h
@@ -65,7 +65,7 @@ Q_SIGNALS:
void dialogFinished(const KNS3::Entry::List &changedEntries);
#endif
// Only show this overload when we hide deprecated methods or build the lib
-#if !KNEWSTUFFWIDGETS_ENABLE_DEPRECATED_SINCE(5, 90) || KF5NewStuffWidgets_EXPORTS
+#if !KNEWSTUFFWIDGETS_ENABLE_DEPRECATED_SINCE(5, 90) || 1
/// emitted when the Hot New Stuff dialog has been closed
void dialogFinished(const QList<KNSCore::Entry> &changedEntries);
#endif
--