This commit is contained in:
nirvn 2021-07-14 13:18:59 +07:00
parent a580968983
commit f55fe4e1fb
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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();