summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpenginecore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/qhelpenginecore.h')
-rw-r--r--src/assistant/help/qhelpenginecore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/assistant/help/qhelpenginecore.h b/src/assistant/help/qhelpenginecore.h
index 0a5faca55..cc720a48d 100644
--- a/src/assistant/help/qhelpenginecore.h
+++ b/src/assistant/help/qhelpenginecore.h
@@ -58,7 +58,9 @@ class QHELP_EXPORT QHelpEngineCore : public QObject
Q_OBJECT
Q_PROPERTY(bool autoSaveFilter READ autoSaveFilter WRITE setAutoSaveFilter)
Q_PROPERTY(QString collectionFile READ collectionFile WRITE setCollectionFile)
+#if QT_DEPRECATED_SINCE(5, 15)
Q_PROPERTY(QString currentFilter READ currentFilter WRITE setCurrentFilter)
+#endif
public:
explicit QHelpEngineCore(const QString &collectionFile, QObject *parent = nullptr);