mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
fix typos
This commit is contained in:
parent
ae5b92d258
commit
58b3ae8136
@ -169,7 +169,7 @@ Prepares the filter instance for an upcoming search for the specified ``string``
|
|||||||
from the main thread, and individual filter subclasses should perform whatever
|
from the main thread, and individual filter subclasses should perform whatever
|
||||||
tasks are required in order to allow a subsequent search to safely execute
|
tasks are required in order to allow a subsequent search to safely execute
|
||||||
on a background thread.
|
on a background thread.
|
||||||
The method return an autocompletion list
|
The method returns an autocompletion list
|
||||||
%End
|
%End
|
||||||
|
|
||||||
virtual void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback ) = 0;
|
virtual void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback ) = 0;
|
||||||
|
@ -112,7 +112,7 @@ class APP_EXPORT QgsActiveLayerFeaturesLocatorFilter : public QgsLocatorFilter
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the field restriction if defined (starting with @)
|
* Returns the field restriction if defined (starting with @)
|
||||||
* The \a searchString is modified acccordingly by removing the field restriction
|
* The \a searchString is modified accordingly by removing the field restriction
|
||||||
*/
|
*/
|
||||||
QString fieldRestriction( QString &searchString ) const;
|
QString fieldRestriction( QString &searchString ) const;
|
||||||
|
|
||||||
|
@ -219,7 +219,7 @@ class CORE_EXPORT QgsLocatorFilter : public QObject
|
|||||||
* from the main thread, and individual filter subclasses should perform whatever
|
* from the main thread, and individual filter subclasses should perform whatever
|
||||||
* tasks are required in order to allow a subsequent search to safely execute
|
* tasks are required in order to allow a subsequent search to safely execute
|
||||||
* on a background thread.
|
* on a background thread.
|
||||||
* The method return an autocompletion list
|
* The method returns an autocompletion list
|
||||||
*/
|
*/
|
||||||
virtual QStringList prepare( const QString &string, const QgsLocatorContext &context ) { Q_UNUSED( string ) Q_UNUSED( context ); return QStringList();}
|
virtual QStringList prepare( const QString &string, const QgsLocatorContext &context ) { Q_UNUSED( string ) Q_UNUSED( context ); return QStringList();}
|
||||||
|
|
||||||
|
@ -187,7 +187,7 @@ class QgsLocatorLineEdit : public QgsFilterLineEdit
|
|||||||
public:
|
public:
|
||||||
explicit QgsLocatorLineEdit( QgsLocatorWidget *locator, QWidget *parent = nullptr );
|
explicit QgsLocatorLineEdit( QgsLocatorWidget *locator, QWidget *parent = nullptr );
|
||||||
|
|
||||||
//! Perform completion and returns true if successful
|
//! Performs completion and returns true if successful
|
||||||
bool performCompletion();
|
bool performCompletion();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user