mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -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
|
||||
|
||||
.. note::
|
||||
|
||||
Might be pure virtual in QGIS 5.x
|
||||
|
||||
.. versionadded:: 3.44
|
||||
%End
|
||||
|
||||
|
@ -35,6 +35,10 @@ Returns the setting path of the derived source select
|
||||
|
||||
:return: setting path
|
||||
|
||||
.. note::
|
||||
|
||||
Might be pure virtual in QGIS 5.x
|
||||
|
||||
.. versionadded:: 3.44
|
||||
%End
|
||||
|
||||
|
@ -51,7 +51,7 @@ class GUI_EXPORT QgsAbstractDbSourceSelect : public QgsAbstractDataSourceWidget,
|
||||
* Returns the setting path of the derived source select
|
||||
*
|
||||
* \returns setting path
|
||||
*
|
||||
* \note Might be pure virtual in QGIS 5.x
|
||||
* \since QGIS 3.44
|
||||
*/
|
||||
virtual QString settingPath() const { return QString(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user