Adjust to ObjFW changes
This commit is contained in:
parent
5fb2a587b6
commit
8febea385e
8 changed files with 25 additions and 25 deletions
|
@ -23,7 +23,7 @@
|
|||
#import "QtWidget.h"
|
||||
#import "QtAction.h"
|
||||
#import "OFString+QString.h"
|
||||
#import "OFDataArray+QByteArray.h"
|
||||
#import "OFData+QByteArray.h"
|
||||
|
||||
#import "helpers.h"
|
||||
|
||||
|
@ -913,12 +913,12 @@ using ObjQt::toQt;
|
|||
toQt(self)->repaint(region);
|
||||
}
|
||||
|
||||
- (bool)restoreGeometry: (OFDataArray *)geometry
|
||||
- (bool)restoreGeometry: (OFData *)geometry
|
||||
{
|
||||
return toQt(self)->restoreGeometry(toQt(geometry));
|
||||
}
|
||||
|
||||
- (OFDataArray *)saveGeometry
|
||||
- (OFData *)saveGeometry
|
||||
{
|
||||
return toOF(toQt(self)->saveGeometry());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue