mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Added /Out/ to run
This commit is contained in:
parent
3d20081f93
commit
e69bebdda0
@ -13,7 +13,7 @@ class QgsPythonRunner
|
||||
static bool run( const QString& command, const QString& messageOnError = QString() );
|
||||
|
||||
/** Eval a python statement */
|
||||
static bool eval( const QString& command, QString& result );
|
||||
static bool eval( const QString& command, QString& result /Out/ );
|
||||
|
||||
/** Assign an instance of python runner so that run() can be used.
|
||||
This method should be called during app initialization.
|
||||
|
Loading…
x
Reference in New Issue
Block a user