File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
python/core/auto_additions Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ # The following has been generated automatically from src/core/locator/qgslocatorfilter.h
2
+ QgsLocatorFilter .Priority .baseClass = QgsLocatorFilter
3
+ QgsLocatorFilter .Flags .baseClass = QgsLocatorFilter
4
+ Flags = QgsLocatorFilter # dirty hack since SIP seems to introduce the flags in module
Original file line number Diff line number Diff line change @@ -117,13 +117,15 @@ class CORE_EXPORT QgsLocatorFilter : public QObject
117
117
Low, // !< Low priority
118
118
Lowest // !< Lowest priority
119
119
};
120
+ Q_ENUM ( Priority )
120
121
121
122
// ! Flags for locator behavior.
122
123
enum Flag
123
124
{
124
125
FlagFast = 1 << 1 , // !< Filter finds results quickly and can be safely run in the main thread
125
126
};
126
127
Q_DECLARE_FLAGS ( Flags, Flag )
128
+ Q_FLAG ( Flags )
127
129
128
130
/* *
129
131
* Constructor for QgsLocatorFilter.
You can’t perform that action at this time.
0 commit comments