aboutsummaryrefslogtreecommitdiffstats
path: root/generators
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-08-24 13:39:31 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-08-25 16:23:16 -0300
commit68425b4bac65e293277123c393e8d5a47a62fcc7 (patch)
tree65e9ad4b5571efeff0d08e3eac7f54adcff803c7 /generators
parent2270cb2b4e57b8e3d82dd1cf692eea75a4342c45 (diff)
translateType method has been moved to Generator class
Diffstat (limited to 'generators')
-rw-r--r--generators/boostpython/boostpythongenerator.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/generators/boostpython/boostpythongenerator.h b/generators/boostpython/boostpythongenerator.h
index 254ea95d0..14311b2e0 100644
--- a/generators/boostpython/boostpythongenerator.h
+++ b/generators/boostpython/boostpythongenerator.h
@@ -36,16 +36,6 @@ class BoostPythonGenerator : public Generator
{
public:
/**
- * Translate metatypes to boost::python format.
- * \param boost_type a pointer to metatype
- * \param context the current meta class
- * \param option some extra options
- * \return the metatype translated to boost::python format
- */
- virtual QString translateType(const AbstractMetaType *boost_type,
- const AbstractMetaClass *context,
- int option = NoOption) const;
- /**
* Write a function argument in the boost::python format in the text stream \p s.
* This function just call \code s << argumentString(); \endcode
* \param s text stream used to write the output.