Make all properties nonatomic
This commit is contained in:
parent
1e5a65195e
commit
20ca71e816
12 changed files with 137 additions and 136 deletions
|
@ -35,10 +35,10 @@
|
|||
bool _ownsObject;
|
||||
}
|
||||
|
||||
@property (readonly) QObject *qObject;
|
||||
@property (readonly) const QMetaObject *metaObject;
|
||||
@property (retain) QtObject *parent;
|
||||
@property (copy) OFString *objectName;
|
||||
@property (readonly, nonatomic) QObject *qObject;
|
||||
@property (readonly, nonatomic) const QMetaObject *metaObject;
|
||||
@property (nonatomic, retain) QtObject *parent;
|
||||
@property (nonatomic, copy) OFString *objectName;
|
||||
|
||||
- init OF_UNAVAILABLE;
|
||||
- initWithQObject: (QObject *)qObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue