aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
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;