Move qgis 4 todo out of doxygen comment

This commit is contained in:
Martin Dobias 2019-06-25 16:27:41 +02:00
parent bd29f4666e
commit 87ff0dc558
2 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@ Abstract base class for spatial data provider implementations.
%End
public:
enum DataCapability
{
NoDataCapabilities,

View File

@ -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
{