mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
A little dox improvement to test sip prepare-commit changes
This commit is contained in:
parent
799033ffcc
commit
425afaa270
@ -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
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user