Add QtAction and add more methods to QtWidget
This commit is contained in:
parent
a4e20181b3
commit
6bc8ff153e
7 changed files with 669 additions and 3 deletions
|
@ -91,6 +91,8 @@
|
|||
[children addObject:
|
||||
[[[QtObject alloc] initWithQObject: qChild] autorelease]];
|
||||
|
||||
[children makeImmutable];
|
||||
|
||||
objc_autoreleasePoolPop(pool);
|
||||
|
||||
return children;
|
||||
|
@ -144,6 +146,8 @@
|
|||
[dynamicPropertyNames addObject: dynamicPropertyName];
|
||||
}
|
||||
|
||||
[dynamicPropertyNames makeImmutable];
|
||||
|
||||
objc_autoreleasePoolPop(pool);
|
||||
|
||||
return dynamicPropertyNames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue