Update to recent ObjFW changes
This commit is contained in:
parent
ba805dab97
commit
1e5a65195e
28 changed files with 341 additions and 331 deletions
|
@ -29,9 +29,9 @@ using ObjQt::toQt;
|
|||
@implementation QtPaintDevice
|
||||
@dynamic qObject;
|
||||
|
||||
- (QPaintDevice*)qPaintDevice
|
||||
- (QPaintDevice *)qPaintDevice
|
||||
{
|
||||
return dynamic_cast<QPaintDevice*>([self qObject]);
|
||||
return dynamic_cast<QPaintDevice *>([self qObject]);
|
||||
}
|
||||
|
||||
- (int)colorCount
|
||||
|
@ -76,7 +76,7 @@ using ObjQt::toQt;
|
|||
return toQt(self)->logicalDpiY();
|
||||
}
|
||||
|
||||
- (QPaintEngine*)paintEngine
|
||||
- (QPaintEngine *)paintEngine
|
||||
{
|
||||
return toQt(self)->paintEngine();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue