Skip to content

Commit

Permalink
Change some wording in QgsQueryBuilder API documentation (#3133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasG77 authored and m-kuhn committed Jun 2, 2016
1 parent 94077b2 commit 380076c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsquerybuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class QgsVectorLayer;
* \brief Query Builder for layers.
*
* The query builder allows interactive creation of a SQL for limiting the
* features displayed in a database layer. The fields in the table are
* features displayed in a vector layer. The fields in the table are
* displayed and sample values (or all values) can be viewed to aid in
* constructing the query. A test function returns the number of features that
* will be returned.
Expand Down Expand Up @@ -80,7 +80,7 @@ class GUI_EXPORT QgsQueryBuilder : public QDialog, private Ui::QgsQueryBuilderBa

void on_buttonBox_helpRequested() { QgsContextHelp::run( metaObject()->className() ); }

/** Test the constructed sql statement to see if the database likes it.
/** Test the constructed sql statement to see if the vector layer data provider likes it.
* The number of rows that would be returned is displayed in a message box.
* The test uses a "select count(*) from ..." query to test the SQL
* statement.
Expand Down

0 comments on commit 380076c

Please sign in to comment.