Skip to content

Commit

Permalink
doxymentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 17, 2017
1 parent 6bcc066 commit 8578815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions python/gui/qgscredentialdialog.sip
Expand Up @@ -21,18 +21,15 @@ class QgsCredentialDialog : QDialog, QgsCredentials
%End
public:
QgsCredentialDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgisGui::ModalDialogFlags );
%Docstring
QgsCredentialDialog constructor
%End


protected:
virtual bool request( const QString &realm, QString &username /In,Out/, QString &password /In,Out/, const QString &message = QString::null );
%Docstring
:rtype: bool
%End

virtual bool requestMasterPassword( QString &password /In,Out/, bool stored = false );
%Docstring
:rtype: bool
%End

};

Expand Down
1 change: 1 addition & 0 deletions src/gui/qgscredentialdialog.h
Expand Up @@ -34,6 +34,7 @@ class GUI_EXPORT QgsCredentialDialog : public QDialog, public QgsCredentials, pr
{
Q_OBJECT
public:
//! QgsCredentialDialog constructor
QgsCredentialDialog( QWidget *parent SIP_TRANSFERTHIS = nullptr, Qt::WindowFlags fl = QgisGui::ModalDialogFlags );

#ifndef SIP_RUN
Expand Down

0 comments on commit 8578815

Please sign in to comment.