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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user