Switch to unified view

a/upqo/cdirectory_qo.h b/upqo/cdirectory_qo.h
...
...
28
28
29
#include <upnp/upnp.h>
29
#include <upnp/upnp.h>
30
30
31
#include "libupnpp/control/cdirectory.hxx"
31
#include "libupnpp/control/cdirectory.hxx"
32
32
33
// Asynchronous Content Directory reader.
33
// A thread object to run a single directory read operation
34
// A thread object to run a single directory read or search operation
35
// We emit a signal whenever we read a new slice of results.
34
class CDBrowseQO : public QThread {
36
class CDBrowseQO : public QThread {
35
    Q_OBJECT;
37
    Q_OBJECT;
36
38
37
public:
39
public:
38
    CDBrowseQO(UPnPClient::CDSH server, std::string objid,
40
    CDBrowseQO(UPnPClient::CDSH server, std::string objid,