A little dox improvement to test sip prepare-commit changes

This commit is contained in:
Nyall Dawson 2019-09-23 09:20:12 +10:00
parent 799033ffcc
commit 425afaa270
2 changed files with 8 additions and 4 deletions

View File

@ -184,9 +184,10 @@ the appearance and behavior of the line edit portion of the widget.
%End
signals:
void fileChanged( const QString & );
void fileChanged( const QString &path );
%Docstring
emitted as soon as the current file or directory is changed
Emitted whenever the current file or directory ``path`` is changed.
%End

View File

@ -181,8 +181,11 @@ class GUI_EXPORT QgsFileWidget : public QWidget
QgsFilterLineEdit *lineEdit();
signals:
//! emitted as soon as the current file or directory is changed
void fileChanged( const QString & );
/**
* Emitted whenever the current file or directory \a path is changed.
*/
void fileChanged( const QString &path );
/**
* Emitted before and after showing the file dialog.