[auth][cosmetic] Moved method

This commit is contained in:
Alessandro Pasotti 2017-10-02 14:43:22 +02:00
parent 317cb7a181
commit 7c0ac6e2b9
2 changed files with 12 additions and 12 deletions

View File

@ -75,12 +75,6 @@ class QgsAuthSettingsWidget : QWidget
\param password the password
%End
void setConfigId( const QString &configId );
%Docstring
setConfigId set the authentication configuration id
param configId the authentication configuration id
%End
const QString configId( ) const;
%Docstring
configId
@ -88,6 +82,12 @@ class QgsAuthSettingsWidget : QWidget
:rtype: str
%End
void setConfigId( const QString &configId );
%Docstring
setConfigId set the authentication configuration id
param configId the authentication configuration id
%End
int currentTabIndex( ) const;
%Docstring
currentTabIndex, mainly useful for unit tests

View File

@ -86,18 +86,18 @@ class GUI_EXPORT QgsAuthSettingsWidget : public QWidget, private Ui::QgsAuthSett
*/
void setPassword( const QString &password );
/**
* \brief setConfigId set the authentication configuration id
* param configId the authentication configuration id
*/
void setConfigId( const QString &configId );
/**
* \brief configId
* \return authentication configuration id
*/
const QString configId( ) const;
/**
* \brief setConfigId set the authentication configuration id
* param configId the authentication configuration id
*/
void setConfigId( const QString &configId );
/**
* \brief currentTabIndex, mainly useful for unit tests
* \return active tab index