From e69bebdda04c88415b99dd60086666b1d93577e0 Mon Sep 17 00:00:00 2001 From: elpaso Date: Wed, 4 Nov 2015 18:02:13 +0100 Subject: [PATCH] Added /Out/ to run --- python/core/qgspythonrunner.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/core/qgspythonrunner.sip b/python/core/qgspythonrunner.sip index eab847d4597..62e3f6abe74 100644 --- a/python/core/qgspythonrunner.sip +++ b/python/core/qgspythonrunner.sip @@ -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.