mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Move qgis 4 todo out of doxygen comment
This commit is contained in:
parent
bd29f4666e
commit
87ff0dc558
@ -40,6 +40,7 @@ Abstract base class for spatial data provider implementations.
|
||||
%End
|
||||
public:
|
||||
|
||||
|
||||
enum DataCapability
|
||||
{
|
||||
NoDataCapabilities,
|
||||
|
@ -64,10 +64,10 @@ class CORE_EXPORT QgsDataProvider : public QObject
|
||||
|
||||
public:
|
||||
|
||||
// TODO QGIS 4: (re)move DataCapability as this enum is really meant for data items rather than data providers
|
||||
|
||||
/**
|
||||
* Used in browser model to understand which items for which providers should be populated
|
||||
*
|
||||
* TODO: remove in QGIS 4 as this enum is really meant for data items rather than data providers!
|
||||
*/
|
||||
enum DataCapability
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user