mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 09:29:09 +08:00
15 lines
617 B
Diff
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
|
||
|
--
|