Added /Out/ to run

This commit is contained in:
elpaso 2015-11-04 18:02:13 +01:00
parent 3d20081f93
commit e69bebdda0

View File

@ -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.