mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
qgsquerybuilder.h: add missing documentation on existing methods
This commit is contained in:
parent
4317d768a4
commit
a1c09b3eea
@ -39,7 +39,14 @@ vector layer properties dialog
|
||||
|
||||
|
||||
QString sql() const;
|
||||
%Docstring
|
||||
Returns the sql statement entered in the dialog.
|
||||
%End
|
||||
|
||||
void setSql( const QString &sqlStatement );
|
||||
%Docstring
|
||||
Set the sql statement to display in the dialog.
|
||||
%End
|
||||
|
||||
virtual QString subsetString() const;
|
||||
virtual void setSubsetString( const QString &subsetString );
|
||||
|
@ -58,7 +58,10 @@ class GUI_EXPORT QgsQueryBuilder : public QgsSubsetStringEditorInterface, privat
|
||||
|
||||
void showEvent( QShowEvent *event ) override;
|
||||
|
||||
//! Returns the sql statement entered in the dialog.
|
||||
QString sql() const;
|
||||
|
||||
//! Set the sql statement to display in the dialog.
|
||||
void setSql( const QString &sqlStatement );
|
||||
|
||||
QString subsetString() const override { return sql(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user