Remove logging wrapper code for Qt 4 compatibility

Change-Id: I95ed943638895b718862f05e3f706dcbef4c6a7d
Reviewed-by: Ulf Hermann <ulf.hermann@digia.com>
This commit is contained in:
hjk
2014-08-26 15:53:13 +02:00
parent 251a1d2588
commit 61276ab636
13 changed files with 29 additions and 177 deletions

View File

@@ -30,7 +30,7 @@
#define IOSCONSTANTS_H
#include <QtGlobal>
#include <utils/logging.h>
#include <QLoggingCategory>
namespace Ios {
namespace Internal {

View File

@@ -29,16 +29,14 @@
#include "iosprobe.h"
#include <utils/logging.h>
#include <QFileInfo>
#include <QProcess>
#include <QDir>
#include <QFileInfo>
#include <QFileInfoList>
#include <QLoggingCategory>
#include <QProcess>
static Q_LOGGING_CATEGORY(probeLog, "qtc.ios.probe")
namespace {
Q_LOGGING_CATEGORY(probeLog, "qtc.ios.probe")
}
namespace Ios {
static QString qsystem(const QString &exe, const QStringList &args = QStringList())

View File

@@ -34,24 +34,22 @@
#include <coreplugin/icore.h>
#include <utils/qtcassert.h>
#include <utils/fileutils.h>
#include <utils/logging.h>
#include <QProcess>
#include <QXmlStreamReader>
#include <QSocketNotifier>
#include <QCoreApplication>
#include <QList>
#include <QScopedArrayPointer>
#include <QProcessEnvironment>
#include <QFileInfo>
#include <QList>
#include <QLoggingCategory>
#include <QProcess>
#include <QProcessEnvironment>
#include <QScopedArrayPointer>
#include <QSocketNotifier>
#include <QTimer>
#include <QXmlStreamReader>
#include <string.h>
#include <errno.h>
namespace {
Q_LOGGING_CATEGORY(toolHandlerLog, "qtc.ios.toolhandler")
}
static Q_LOGGING_CATEGORY(toolHandlerLog, "qtc.ios.toolhandler")
namespace Ios {