aboutsummaryrefslogtreecommitdiffstats
path: root/generators/boostpython/boostpythongenerator.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-09-03 18:48:57 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-09-03 19:04:03 -0300
commit518028765c892b7a6a840cca92376ccc8b77b04c (patch)
treee2ad45d551fdecad26f4c3f3e50ec18b58ecb46c /generators/boostpython/boostpythongenerator.h
parentb811be1ce4aa832ed7aa8542da535000924effa3 (diff)
Fixed assert failure when using qtdocgenerator.
Added a default implementation for Generator::subDirectoryForClass. This breaks the binary compatibility but NOT the source compatibility.
Diffstat (limited to 'generators/boostpython/boostpythongenerator.h')
-rw-r--r--generators/boostpython/boostpythongenerator.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/generators/boostpython/boostpythongenerator.h b/generators/boostpython/boostpythongenerator.h
index 2f48b1804..e41081f6d 100644
--- a/generators/boostpython/boostpythongenerator.h
+++ b/generators/boostpython/boostpythongenerator.h
@@ -105,11 +105,6 @@ public:
Options = NoOption,
int arg_count = -1);
- virtual QString subDirectoryForClass(const AbstractMetaClass* metaClass) const
- {
- return subDirectoryForPackage(metaClass->package());
- }
-
QStringList getBaseClasses(const AbstractMetaClass* cppClass);
static QString getWrapperName(const AbstractMetaClass* clazz);