| 78 | } |
| 79 | |
| 80 | void *Loading::qt_metacast(const char *_clname) |
| 81 | { |
| 82 | if (!_clname) return nullptr; |
| 83 | if (!strcmp(_clname, qt_meta_stringdata_Loading.stringdata0)) |
| 84 | return static_cast<void*>(this); |
| 85 | return QMainWindow::qt_metacast(_clname); |
| 86 | } |
| 87 | |
| 88 | int Loading::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected