Skip to content

Commit 5d5d909

Browse files
committed
Try to fix doc test
1 parent 1d62de3 commit 5d5d909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/qgsfeaturerequest.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,8 @@ class CORE_EXPORT QgsFeatureRequest
621621
* at this moment. A negative value (which is set by default) will wait forever.
622622
*
623623
* \note Only works if the provider supports this option.
624-
* \deprecated Use timeout() instead.
625624
*
625+
* \deprecated Use timeout() instead.
626626
* \since QGIS 3.0
627627
*/
628628
Q_DECL_DEPRECATED int connectionTimeout() const SIP_DEPRECATED;
@@ -632,8 +632,8 @@ class CORE_EXPORT QgsFeatureRequest
632632
* at this moment. A negative value (which is set by default) will wait forever.
633633
*
634634
* \note Only works if the provider supports this option.
635-
* \deprecated Use setTimeout() instead.
636635
*
636+
* \deprecated Use setTimeout() instead.
637637
* \since QGIS 3.0
638638
*/
639639
Q_DECL_DEPRECATED QgsFeatureRequest &setConnectionTimeout( int connectionTimeout ) SIP_DEPRECATED;

0 commit comments

Comments
 (0)