mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
Add note
This commit is contained in:
parent
a580968983
commit
f55fe4e1fb
@ -384,6 +384,10 @@ Returns the path to user's style.
|
||||
%Docstring
|
||||
Returns the short name regular expression for line edit validator
|
||||
|
||||
.. note::
|
||||
|
||||
This functionality was previously available as `shortNameRegExp` for QGIS <= 3.20
|
||||
|
||||
.. versionadded:: 3.22
|
||||
%End
|
||||
|
||||
|
||||
@ -406,6 +406,7 @@ class CORE_EXPORT QgsApplication : public QApplication
|
||||
|
||||
/**
|
||||
* Returns the short name regular expression for line edit validator
|
||||
* \note This functionality was previously available as `shortNameRegExp` for QGIS <= 3.20
|
||||
* \since QGIS 3.22
|
||||
*/
|
||||
static QRegularExpression shortNameRegularExpression();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user