Skip to content

Commit 380076c

Browse files
ThomasG77m-kuhn
authored andcommitted
Change some wording in QgsQueryBuilder API documentation (#3133)
1 parent 94077b2 commit 380076c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gui/qgsquerybuilder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class QgsVectorLayer;
3131
* \brief Query Builder for layers.
3232
*
3333
* The query builder allows interactive creation of a SQL for limiting the
34-
* features displayed in a database layer. The fields in the table are
34+
* features displayed in a vector layer. The fields in the table are
3535
* displayed and sample values (or all values) can be viewed to aid in
3636
* constructing the query. A test function returns the number of features that
3737
* will be returned.
@@ -80,7 +80,7 @@ class GUI_EXPORT QgsQueryBuilder : public QDialog, private Ui::QgsQueryBuilderBa
8080

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

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

0 commit comments

Comments
 (0)