File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
python/core/auto_generated/processing Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -140,14 +140,16 @@ about what the algorithm does and the parameters and outputs associated with it.
140140.. seealso:: :py:func:`helpUrl`
141141%End
142142
143- virtual QString helpString() const;
143+ virtual QString helpString() const /Deprecated/ ;
144144%Docstring
145145Returns a localised help string for the algorithm. Algorithm subclasses should implement either
146146helpString() or helpUrl().
147147
148148.. seealso:: :py:func:`helpUrl`
149149
150150.. seealso:: :py:func:`shortHelpString`
151+
152+ .. deprecated:: Unused, will be removed in QGIS 4.0
151153%End
152154
153155 virtual QString helpUrl() const;
Original file line number Diff line number Diff line change @@ -183,8 +183,9 @@ class CORE_EXPORT QgsProcessingAlgorithm
183183 * helpString() or helpUrl().
184184 * \see helpUrl()
185185 * \see shortHelpString()
186+ * \deprecated Unused, will be removed in QGIS 4.0
186187 */
187- virtual QString helpString () const ;
188+ Q_DECL_DEPRECATED virtual QString helpString () const SIP_DEPRECATED ;
188189
189190 /* *
190191 * Returns a url pointing to the algorithm's help page.
You can’t perform that action at this time.
0 commit comments