| 216 | } |
| 217 | |
| 218 | Protocol::ObjectAddress Server::registerObject(const QString &name, QObject *object) |
| 219 | { |
| 220 | return registerObject(name, object, ExportEverything); |
| 221 | } |
| 222 | |
| 223 | static bool isNotifySignal(const QMetaObject *mo, const QMetaMethod &method) |
| 224 | { |
no test coverage detected