mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
update version
This commit is contained in:
parent
3c214d189e
commit
92c3d1a2c9
@ -35,7 +35,7 @@ Returns the setting path of the derived source select
|
||||
|
||||
:return: setting path
|
||||
|
||||
.. versionadded:: 3.40
|
||||
.. versionadded:: 3.44
|
||||
%End
|
||||
|
||||
protected:
|
||||
@ -54,7 +54,7 @@ Returns the proxy model used to filter the results
|
||||
%Docstring
|
||||
Stores the settings made in the gui
|
||||
|
||||
.. versionadded:: 3.40
|
||||
.. versionadded:: 3.44
|
||||
%End
|
||||
|
||||
protected slots:
|
||||
|
@ -35,7 +35,7 @@ Returns the setting path of the derived source select
|
||||
|
||||
:return: setting path
|
||||
|
||||
.. versionadded:: 3.40
|
||||
.. versionadded:: 3.44
|
||||
%End
|
||||
|
||||
protected:
|
||||
@ -54,7 +54,7 @@ Returns the proxy model used to filter the results
|
||||
%Docstring
|
||||
Stores the settings made in the gui
|
||||
|
||||
.. versionadded:: 3.40
|
||||
.. versionadded:: 3.44
|
||||
%End
|
||||
|
||||
protected slots:
|
||||
|
@ -143,7 +143,6 @@ void QgsAbstractDbSourceSelect::storeSettings()
|
||||
{
|
||||
if ( mSearchColumnActions.at( i )->isChecked() )
|
||||
{
|
||||
qDebug() << "store storedSearchColumn is " << i;
|
||||
settingSearchColumn->setValue( i, { settingPath() } );
|
||||
break;
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ class GUI_EXPORT QgsAbstractDbSourceSelect : public QgsAbstractDataSourceWidget,
|
||||
*
|
||||
* \returns setting path
|
||||
*
|
||||
* \since QGIS 3.40
|
||||
* \since QGIS 3.44
|
||||
*/
|
||||
virtual QString settingPath() const { return QString(); }
|
||||
|
||||
@ -68,7 +68,7 @@ class GUI_EXPORT QgsAbstractDbSourceSelect : public QgsAbstractDataSourceWidget,
|
||||
/**
|
||||
* Stores the settings made in the gui
|
||||
*
|
||||
* \since QGIS 3.40
|
||||
* \since QGIS 3.44
|
||||
*/
|
||||
void storeSettings();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user