Skip to content

Commit

Permalink
Try to fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 18, 2018
1 parent 1d62de3 commit 5d5d909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsfeaturerequest.h
Expand Up @@ -621,8 +621,8 @@ class CORE_EXPORT QgsFeatureRequest
* at this moment. A negative value (which is set by default) will wait forever.
*
* \note Only works if the provider supports this option.
* \deprecated Use timeout() instead.
*
* \deprecated Use timeout() instead.
* \since QGIS 3.0
*/
Q_DECL_DEPRECATED int connectionTimeout() const SIP_DEPRECATED;
Expand All @@ -632,8 +632,8 @@ class CORE_EXPORT QgsFeatureRequest
* at this moment. A negative value (which is set by default) will wait forever.
*
* \note Only works if the provider supports this option.
* \deprecated Use setTimeout() instead.
*
* \deprecated Use setTimeout() instead.
* \since QGIS 3.0
*/
Q_DECL_DEPRECATED QgsFeatureRequest &setConnectionTimeout( int connectionTimeout ) SIP_DEPRECATED;
Expand Down

0 comments on commit 5d5d909

Please sign in to comment.