Skip to content

Commit

Permalink
[auth] Sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 30, 2017
1 parent e33ff06 commit e4a4d3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions python/gui/auth/qgsauthsettingswidget.sip
Expand Up @@ -23,10 +23,10 @@ class QgsAuthSettingsWidget : QWidget
public:

explicit QgsAuthSettingsWidget( QWidget *parent /TransferThis/ = 0,
const QString &configId = QString(),
const QString &username = QString(),
const QString &password = QString(),
const QString &dataprovider = QString() );
const QString &configId = QString(),
const QString &username = QString(),
const QString &password = QString(),
const QString &dataprovider = QString() );
%Docstring
Create a dialog for setting an associated authentication config, either
from existing configs, or creating/removing them from auth database
Expand Down
10 changes: 5 additions & 5 deletions src/gui/auth/qgsauthsettingswidget.h
Expand Up @@ -45,10 +45,10 @@ class GUI_EXPORT QgsAuthSettingsWidget : public QWidget, private Ui::QgsAuthSett
* \param dataprovider The key of the calling layer provider, if applicable
*/
explicit QgsAuthSettingsWidget( QWidget *parent SIP_TRANSFERTHIS = 0,
const QString &configId = QString(),
const QString &username = QString(),
const QString &password = QString(),
const QString &dataprovider = QString() );
const QString &configId = QString(),
const QString &username = QString(),
const QString &password = QString(),
const QString &dataprovider = QString() );

/**
* \brief setWarningText set the text of the warning label
Expand Down Expand Up @@ -104,7 +104,7 @@ class GUI_EXPORT QgsAuthSettingsWidget : public QWidget, private Ui::QgsAuthSett
/**
* \brief on_txtUserName_textChanged set convert button state
* \param text the changet text
* \param Not available in Python bindings
* \note Not available in Python bindings
*/
void on_txtUserName_textChanged( const QString &text ) SIP_SKIP;

Expand Down

0 comments on commit e4a4d3d

Please sign in to comment.