mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Remove no longer required QgsProcessingContext::UseSelectionIfPresent flag
Since using selection is now a per-feature-source setting
This commit is contained in:
parent
ed09a8a727
commit
3bd74aef52
@ -27,7 +27,7 @@ class QgsProcessingContext
|
||||
|
||||
enum Flag
|
||||
{
|
||||
UseSelectionIfPresent,
|
||||
// UseSelectionIfPresent,
|
||||
};
|
||||
typedef QFlags<QgsProcessingContext::Flag> Flags;
|
||||
|
||||
|
@ -42,7 +42,7 @@ class CORE_EXPORT QgsProcessingContext
|
||||
//! Flags that affect how processing algorithms are run
|
||||
enum Flag
|
||||
{
|
||||
UseSelectionIfPresent = 1 << 0, //!< Filter to selected features when running algorithms (if a selection exists)
|
||||
// UseSelectionIfPresent = 1 << 0,
|
||||
};
|
||||
Q_DECLARE_FLAGS( Flags, Flag )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user