fix sip coverage test

This commit is contained in:
Denis Rouzaud 2017-05-19 11:36:57 +02:00
parent fb8edea112
commit f0ed77ee18
2 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,13 @@ class QgsOptional
Often it is used for configuration options which can be enabled or disabled but also have
more internal configuration information that should not be lost when disabling and re-enabling.
.. note::
For Python you need to use implementations for specific template classes
.. note::
Not available in Python bindings (although SIP file is present for specific implementations).
.. versionadded:: 3.0
%End

View File

@ -27,6 +27,9 @@
* Often it is used for configuration options which can be enabled or disabled but also have
* more internal configuration information that should not be lost when disabling and re-enabling.
*
* \note For Python you need to use implementations for specific template classes
* \note Not available in Python bindings (although SIP file is present for specific implementations).
*
* \since QGIS 3.0
*/
template<typename T>