wrap more stuff in VclPtr
Change-Id: I2f0d8a4fe426d8ee1ac55a05ae8dd0b44f9aab2b
This commit is contained in:
committed by
Michael Meeks
parent
e0eecf8ad5
commit
58a43332b3
@@ -82,6 +82,8 @@ bool containsWindowSubclass(const Type* pType0);
|
||||
bool containsWindowSubclass(const QualType& qType) {
|
||||
if (startsWith(qType.getAsString(), "VclPtr"))
|
||||
return false;
|
||||
if (startsWith(qType.getAsString(), "const VclPtr"))
|
||||
return false;
|
||||
if (startsWith(qType.getAsString(), "class VclPtr"))
|
||||
return false;
|
||||
if (startsWith(qType.getAsString(), "const class VclPtr"))
|
||||
|
Reference in New Issue
Block a user