mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-04 00:06:46 -05:00
fix typo
This commit is contained in:
parent
93bb188e2a
commit
0f68ec7249
@ -33,7 +33,7 @@ Returns the list of columns in the table
|
||||
|
||||
virtual int defaultSearchColumn() const = 0;
|
||||
%Docstring
|
||||
Returns the index of the column used by default to filter the results (probaly the table name column if it exists)
|
||||
Returns the index of the column used by default to filter the results (probably the table name column if it exists)
|
||||
%End
|
||||
|
||||
virtual bool searchableColumn( int column ) const;
|
||||
|
||||
@ -37,7 +37,7 @@ class CORE_EXPORT QgsAbstractDbTableModel : public QStandardItemModel
|
||||
//! Returns the list of columns in the table
|
||||
virtual QStringList columns() const = 0;
|
||||
|
||||
//! Returns the index of the column used by default to filter the results (probaly the table name column if it exists)
|
||||
//! Returns the index of the column used by default to filter the results (probably the table name column if it exists)
|
||||
virtual int defaultSearchColumn() const = 0;
|
||||
|
||||
//! Returns if the column should be searchable at the given index
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user