This commit is contained in:
Denis Rouzaud 2021-11-09 14:14:34 +01:00
parent 93bb188e2a
commit 0f68ec7249
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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