Skip to content

Commit ace8b06

Browse files
committedOct 26, 2017
Add API doc
1 parent ad7b2d0 commit ace8b06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎src/core/qgsfeaturerequest.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,12 +604,20 @@ class CORE_EXPORT QgsFeatureRequest
604604
/**
605605
* The timeout for how long we should wait for a connection if none is available from the pool
606606
* at this moment. A negative value (which is set by default) will wait forever.
607+
*
608+
* \note Only works if the provider supports this option.
609+
*
610+
* \since QGIS 3.0
607611
*/
608612
int connectionTimeout() const;
609613

610614
/**
611615
* The timeout for how long we should wait for a connection if none is available from the pool
612616
* at this moment. A negative value (which is set by default) will wait forever.
617+
*
618+
* \note Only works if the provider supports this option.
619+
*
620+
* \since QGIS 3.0
613621
*/
614622
void setConnectionTimeout( int connectionTimeout );
615623

0 commit comments

Comments
 (0)
Please sign in to comment.