mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
comment about that this function might be pure virtual in future versions
This commit is contained in:
parent
92c3d1a2c9
commit
2e02e8a08c
@ -35,6 +35,10 @@ Returns the setting path of the derived source select
|
|||||||
|
|
||||||
:return: setting path
|
:return: setting path
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Might be pure virtual in QGIS 5.x
|
||||||
|
|
||||||
.. versionadded:: 3.44
|
.. versionadded:: 3.44
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
@ -35,6 +35,10 @@ Returns the setting path of the derived source select
|
|||||||
|
|
||||||
:return: setting path
|
:return: setting path
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Might be pure virtual in QGIS 5.x
|
||||||
|
|
||||||
.. versionadded:: 3.44
|
.. versionadded:: 3.44
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ class GUI_EXPORT QgsAbstractDbSourceSelect : public QgsAbstractDataSourceWidget,
|
|||||||
* Returns the setting path of the derived source select
|
* Returns the setting path of the derived source select
|
||||||
*
|
*
|
||||||
* \returns setting path
|
* \returns setting path
|
||||||
*
|
* \note Might be pure virtual in QGIS 5.x
|
||||||
* \since QGIS 3.44
|
* \since QGIS 3.44
|
||||||
*/
|
*/
|
||||||
virtual QString settingPath() const { return QString(); }
|
virtual QString settingPath() const { return QString(); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user