Add toOF() / toQt() for easy conversion
This commit is contained in:
parent
1d907ed62d
commit
53410c810f
6 changed files with 78 additions and 82 deletions
|
@ -45,12 +45,12 @@
|
|||
|
||||
- (OFString*)objectName
|
||||
{
|
||||
return QToOFString(_qObject->objectName());
|
||||
return toOF(_qObject->objectName());
|
||||
}
|
||||
|
||||
- (void)setObjectName: (OFString*)objectName
|
||||
{
|
||||
_qObject->setObjectName(OFToQString(objectName));
|
||||
_qObject->setObjectName(toQt(objectName));
|
||||
}
|
||||
|
||||
- (bool)setBlockSignals: (bool)block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue