This commit is contained in:
Nyall Dawson 2018-02-12 20:42:03 +10:00
parent 44df58e54d
commit 2c6100ea20

View File

@ -106,6 +106,7 @@ class CORE_EXPORT QgsLocatorFilter : public QObject
Lowest //!< Lowest priority
};
//! Flags for locator behavior.
enum Flag
{
FlagFast = 1 << 1, //!< Filter finds results quickly and can be safely run in the main thread