File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -604,12 +604,20 @@ class CORE_EXPORT QgsFeatureRequest
604
604
/* *
605
605
* The timeout for how long we should wait for a connection if none is available from the pool
606
606
* 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
607
611
*/
608
612
int connectionTimeout () const ;
609
613
610
614
/* *
611
615
* The timeout for how long we should wait for a connection if none is available from the pool
612
616
* 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
613
621
*/
614
622
void setConnectionTimeout ( int connectionTimeout );
615
623
You can’t perform that action at this time.
0 commit comments