mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
i don't know why my Qt no longer works with module-wide includes... but they are bad anyway. Include what we need.
This commit is contained in:
4
thirdparty/jdns/jdns/qjdns.h
vendored
4
thirdparty/jdns/jdns/qjdns.h
vendored
@@ -26,7 +26,9 @@
|
|||||||
#ifndef QJDNS_H
|
#ifndef QJDNS_H
|
||||||
#define QJDNS_H
|
#define QJDNS_H
|
||||||
|
|
||||||
#include <QtCore>
|
#include <QObject>
|
||||||
|
#include <QHostAddress>
|
||||||
|
#include <QTime>
|
||||||
#include <QtNetwork>
|
#include <QtNetwork>
|
||||||
|
|
||||||
class QJDns : public QObject
|
class QJDns : public QObject
|
||||||
|
6
thirdparty/jdns/jdns/qjdns_helpers.h
vendored
6
thirdparty/jdns/jdns/qjdns_helpers.h
vendored
@@ -25,6 +25,12 @@
|
|||||||
#include "qjdns_sock.h"
|
#include "qjdns_sock.h"
|
||||||
#include "jdns.h"
|
#include "jdns.h"
|
||||||
|
|
||||||
|
#include <QTimer>
|
||||||
|
#include <QUdpSocket>
|
||||||
|
#include <QPointer>
|
||||||
|
#include <QStringList>
|
||||||
|
#include <QMetaEnum>
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
// safeobj stuff, from qca
|
// safeobj stuff, from qca
|
||||||
|
1
thirdparty/jdns/jdnsshared/jdnsshared.cpp
vendored
1
thirdparty/jdns/jdnsshared/jdnsshared.cpp
vendored
@@ -37,6 +37,7 @@
|
|||||||
#include "jdns_export.h"
|
#include "jdns_export.h"
|
||||||
#include "jdnsshared_helpers.h"
|
#include "jdnsshared_helpers.h"
|
||||||
|
|
||||||
|
|
||||||
// safeobj stuff, from qca
|
// safeobj stuff, from qca
|
||||||
|
|
||||||
Q_GLOBAL_STATIC(QMutex, jdnsshared_mutex)
|
Q_GLOBAL_STATIC(QMutex, jdnsshared_mutex)
|
||||||
|
@@ -36,6 +36,11 @@
|
|||||||
#include "jdnsshared.h"
|
#include "jdnsshared.h"
|
||||||
#include "jdns_export.h"
|
#include "jdns_export.h"
|
||||||
|
|
||||||
|
#include <QTimer>
|
||||||
|
#include <QMutex>
|
||||||
|
#include <QWaitCondition>
|
||||||
|
#include <QThread>
|
||||||
|
#include <QStringList>
|
||||||
// safeobj stuff, from qca
|
// safeobj stuff, from qca
|
||||||
|
|
||||||
class JDNS_EXPORT JDnsSharedSafeTimer : public QObject
|
class JDNS_EXPORT JDnsSharedSafeTimer : public QObject
|
||||||
|
Reference in New Issue
Block a user