Use dot syntax
This commit is contained in:
parent
e5a0058952
commit
5b48e3eb1e
31 changed files with 98 additions and 90 deletions
|
@ -31,7 +31,7 @@ using ObjQt::toQt;
|
|||
|
||||
- (QPaintDevice *)qPaintDevice
|
||||
{
|
||||
return dynamic_cast<QPaintDevice *>([self qObject]);
|
||||
return dynamic_cast<QPaintDevice *>(self.qObject);
|
||||
}
|
||||
|
||||
- (int)colorCount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue