Skip to content

Commit

Permalink
[auth][cosmetic] Moved method
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 2, 2017
1 parent 317cb7a commit 7c0ac6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions python/gui/auth/qgsauthsettingswidget.sip
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@ 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
:return: authentication configuration id
: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
Expand Down
12 changes: 6 additions & 6 deletions src/gui/auth/qgsauthsettingswidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c0ac6e

Please sign in to comment.