comment about that this function might be pure virtual in future versions

This commit is contained in:
signedav 2025-06-13 06:05:40 +02:00
parent 92c3d1a2c9
commit 2e02e8a08c
3 changed files with 9 additions and 1 deletions

View File

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

View File

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

View File

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