forked from qt-creator/qt-creator
Remove logging wrapper code for Qt 4 compatibility
Change-Id: I95ed943638895b718862f05e3f706dcbef4c6a7d Reviewed-by: Ulf Hermann <ulf.hermann@digia.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#define IOSCONSTANTS_H
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <utils/logging.h>
|
||||
#include <QLoggingCategory>
|
||||
|
||||
namespace Ios {
|
||||
namespace Internal {
|
||||
|
||||
@@ -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())
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user