Skip to content
Commit 971460e2 authored by Milian Wolff's avatar Milian Wolff
Browse files

Remove duplicate operator= and ctors for TypePointer

The compiler-default ones will call their QExplicitlySharedDataPointer
counterparts internally and are thus good enough, no need to add another
set that would be ambiguous in situations like:

```
StructureType::Ptr a;
AbstractType::Ptr b;
b = a;
```
parent 6a54c459
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment