mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix sip coverage test
This commit is contained in:
parent
fb8edea112
commit
f0ed77ee18
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user