Skip to content

Commit

Permalink
Added /Out/ to run
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 4, 2015
1 parent 3d20081 commit e69bebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgspythonrunner.sip
Expand Up @@ -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.
Expand Down

0 comments on commit e69bebd

Please sign in to comment.