aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/smartpointertypeentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/smartpointertypeentry.h')
-rw-r--r--sources/shiboken6/ApiExtractor/smartpointertypeentry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/shiboken6/ApiExtractor/smartpointertypeentry.h b/sources/shiboken6/ApiExtractor/smartpointertypeentry.h
index 3a2fc1c6a..7b712fe35 100644
--- a/sources/shiboken6/ApiExtractor/smartpointertypeentry.h
+++ b/sources/shiboken6/ApiExtractor/smartpointertypeentry.h
@@ -11,7 +11,7 @@ class SmartPointerTypeEntryPrivate;
struct SmartPointerInstantiation
{
QString name; // user defined name
- const TypeEntry *typeEntry;
+ TypeEntryCPtr typeEntry;
};
class SmartPointerTypeEntry : public ComplexTypeEntry
@@ -24,7 +24,7 @@ public:
TypeSystem::SmartPointerType type,
const QString &refCountMethodName,
const QVersionNumber &vr,
- const TypeEntry *parent);
+ const TypeEntryCPtr &parent);
TypeSystem::SmartPointerType smartPointerType() const;
@@ -43,7 +43,7 @@ public:
const Instantiations &instantiations() const;
void setInstantiations(const Instantiations &i);
- bool matchesInstantiation(const TypeEntry *e) const;
+ bool matchesInstantiation(const TypeEntryCPtr &e) const;
QString getTargetName(const AbstractMetaType &metaType) const;