aboutsummaryrefslogtreecommitdiffstats
path: root/generator/cppgenerator.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-08-08 19:15:54 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:09 -0300
commitf02e7bd726a5560542e7c078b925f289a9d6a75d (patch)
tree4a9ab69f582474090658aa2a0f95dead1f7bb8b3 /generator/cppgenerator.h
parent05e7ecede5304ee56a805c7b5a10d3df11cf8952 (diff)
Method buildAbstractMetaTypeFromString now uses a cache for the types it builds.
Diffstat (limited to 'generator/cppgenerator.h')
-rw-r--r--generator/cppgenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/cppgenerator.h b/generator/cppgenerator.h
index f0548931e..b6ce72ce7 100644
--- a/generator/cppgenerator.h
+++ b/generator/cppgenerator.h
@@ -100,7 +100,7 @@ private:
* \param newType It is set to true if the type returned is a new object that must be deallocated.
* \return The type of the argument indicated by \p argPos.
*/
- const AbstractMetaType* getArgumentType(const AbstractMetaFunction* func, int argPos, bool* newType);
+ const AbstractMetaType* getArgumentType(const AbstractMetaFunction* func, int argPos);
void writePythonToCppTypeConversion(QTextStream& s,
const AbstractMetaType* type,