Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
22 additions
and
2 deletions.
-
+12
−1
python/core/auto_generated/qgsapplication.sip.in
-
+10
−1
src/core/qgsapplication.h
|
@@ -791,12 +791,23 @@ Do not include generated variables (like system name, user name etc.) |
|
|
.. versionadded:: 3.0 |
|
|
%End |
|
|
|
|
|
|
|
|
static void setCustomVariable( const QString &name, const QVariant &value ); |
|
|
%Docstring |
|
|
Set a single custom expression variable. |
|
|
|
|
|
.. versionadded:: 3.0 |
|
|
%End |
|
|
|
|
|
int maxConcurrentConnectionsPerPool() const; |
|
|
%Docstring |
|
|
The maximum number of concurrent connections per connections pool. |
|
|
|
|
|
.. note:: |
|
|
|
|
|
QGIS may in some situations allocate more than this amount |
|
|
of connections to avoid deadlocks. |
|
|
|
|
|
.. versionadded:: 3.4 |
|
|
%End |
|
|
|
|
|
void collectTranslatableObjects( QgsTranslationContext *translationContext ); |
|
|
|
@@ -725,14 +725,23 @@ class CORE_EXPORT QgsApplication : public QApplication |
|
|
*/ |
|
|
static void setCustomVariables( const QVariantMap &customVariables ); |
|
|
|
|
|
|
|
|
/** |
|
|
* Set a single custom expression variable. |
|
|
* |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
static void setCustomVariable( const QString &name, const QVariant &value ); |
|
|
|
|
|
/** |
|
|
* The maximum number of concurrent connections per connections pool. |
|
|
* |
|
|
* \note QGIS may in some situations allocate more than this amount |
|
|
* of connections to avoid deadlocks. |
|
|
* |
|
|
* \since QGIS 3.4 |
|
|
*/ |
|
|
int maxConcurrentConnectionsPerPool() const; |
|
|
|
|
|
/** |
|
|
* Emits the signal to collect all the strings of .qgs to be included in ts file |
|
|
* |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.