1#ifndef HLS_PLAYLIST_WORKER_H
2#define HLS_PLAYLIST_WORKER_H
5#include <QWaitCondition>
HLSPlaylistWorker(HLSReader *parent)
QWaitCondition m_waitcond
~HLSPlaylistWorker(void) override
void run() override
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
This is a wrapper around QThread that does several additional things.