compiles for mingw now
This commit is contained in:
@@ -17,9 +17,7 @@
|
||||
#include <QtNetwork/QHostInfo>
|
||||
#include <QtCore/QTimer>
|
||||
#include <QtCore/QDebug>
|
||||
#ifndef Q_OS_WIN32
|
||||
#include <QtCore/QThread>
|
||||
#endif
|
||||
#include <map>
|
||||
#ifndef PROXYFACE_LOG
|
||||
#define PROXYFACE_LOG qDebug()<<__PRETTY_FUNCTION__
|
||||
@@ -193,11 +191,7 @@ namespace proxy {
|
||||
@example getproxylist.cxx */
|
||||
class Interface
|
||||
#if HAVE_QT == 1
|
||||
# ifdef Q_OS_WIN32
|
||||
: public QObject
|
||||
# else
|
||||
: public QThread
|
||||
# endif
|
||||
#endif
|
||||
{
|
||||
#if HAVE_QT == 1
|
||||
|
Reference in New Issue
Block a user