| 194 | } |
| 195 | |
| 196 | void err(const libvlc_event_t *,void *) |
| 197 | { |
| 198 | QMetaObject::invokeMethod(APlayer::instance(),"event",Q_ARG(int,VPlayer::Fail)); |
| 199 | } |
| 200 | } |
| 201 | |
| 202 | VPlayer::VPlayer(QObject *parent): |
nothing calls this directly
no outgoing calls
no test coverage detected