aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-01-14 15:58:04 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-01-14 16:40:55 -0200
commit370a3b6cf2a57bf63c1d4041a0de5085485b37fe (patch)
tree338a3c83e075c85cd57209e6b1582b62a0e334df /shibokengenerator.h
parent67f0c4988020833210537757fbd51ecb84825ce8 (diff)
Added a convenience overload for cpythonBaseName, with AbstractMetaClass as parameter.
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index 83cf195f8..666a1e07f 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -211,6 +211,7 @@ public:
/// before calling the C++ method.
static bool shouldDereferenceArgumentPointer(const AbstractMetaArgument* arg);
+ QString cpythonBaseName(const AbstractMetaClass* metaClass);
QString cpythonBaseName(const TypeEntry* type);
QString cpythonBaseName(const AbstractMetaType* type);
QString cpythonTypeName(const AbstractMetaClass* metaClass);