aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2010-02-04 11:46:22 -0400
committerHugo Lima <hugo.lima@openbossa.org>2010-02-04 18:47:27 -0200
commit8236fa3c1dda5674d4449726d018026b2682a569 (patch)
treec1a3c5c6e8047a4bb9069b14e32fe617c4ac5a6f /shibokengenerator.h
parenta761b0b0e439811fb2ce8b9a64b249f50cad02a5 (diff)
Implement ShibokenGenerator::isCopyable based on BoostPythonGenerator
Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index b46d63d23..4822b8574 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -279,6 +279,8 @@ public:
bool usePySideExtensions() const;
protected:
bool doSetup(const QMap<QString, QString>& args);
+ // verify whether the class is copyable
+ bool isCopyable(const AbstractMetaClass* metaClass);
bool m_native_jump_table;
static QHash<QString, QString> m_pythonPrimitiveTypeName;