MCPcopy Create free account
hub / github.com/AncientLysine/BiliLocal / err

Function err

src/APlayer.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void err(const libvlc_event_t *,void *)
197{
198 QMetaObject::invokeMethod(APlayer::instance(),"event",Q_ARG(int,VPlayer::Fail));
199}
200}
201
202VPlayer::VPlayer(QObject *parent):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected