Differences From Artifact [77e90608b8]:
- File src/QtCore/QtChildEvent.mm — part of check-in [860515ac5a] at 2017-05-08 00:11:18 on branch trunk — Update to recent ObjFW changes (user: js, size: 1995) [annotate] [blame] [check-ins using]
To Artifact [ebdc9a8fdc]:
- File src/QtCore/QtChildEvent.mm — part of check-in [201f28b1d1] at 2017-05-14 00:57:09 on branch trunk — Declare designated initializers (user: js, size: 1999) [annotate] [blame] [check-ins using]
︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | - + | self = [self initWithQChildEvent: new QChildEvent(type, toQt(child))]; [self takeOwnership]; return self; } catch (const std::bad_alloc &e) { |
︙ |