Skip to content

Commit 8578815

Browse files
committed
doxymentation
1 parent 6bcc066 commit 8578815

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

python/gui/qgscredentialdialog.sip

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ class QgsCredentialDialog : QDialog, QgsCredentials
2121
%End
2222
public:
2323
QgsCredentialDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgisGui::ModalDialogFlags );
24+
%Docstring
25+
QgsCredentialDialog constructor
26+
%End
2427

2528

2629
protected:
2730
virtual bool request( const QString &realm, QString &username /In,Out/, QString &password /In,Out/, const QString &message = QString::null );
28-
%Docstring
29-
:rtype: bool
30-
%End
3131

3232
virtual bool requestMasterPassword( QString &password /In,Out/, bool stored = false );
33-
%Docstring
34-
:rtype: bool
35-
%End
3633

3734
};
3835

src/gui/qgscredentialdialog.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class GUI_EXPORT QgsCredentialDialog : public QDialog, public QgsCredentials, pr
3434
{
3535
Q_OBJECT
3636
public:
37+
//! QgsCredentialDialog constructor
3738
QgsCredentialDialog( QWidget *parent SIP_TRANSFERTHIS = nullptr, Qt::WindowFlags fl = QgisGui::ModalDialogFlags );
3839

3940
#ifndef SIP_RUN

0 commit comments

Comments
 (0)