forked from qt-creator/qt-creator
RemoteLinux: Fix warning
Change-Id: I644d3f62d25cb89dc054aba3c97a84f5b9afcdff Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -75,8 +75,8 @@ const QByteArray s_pidMarker = "__qtc";
|
||||
const char Delimiter0[] = "x--";
|
||||
const char Delimiter1[] = "---";
|
||||
|
||||
static Q_LOGGING_CATEGORY(linuxDeviceLog, "qtc.remotelinux.device", QtWarningMsg);
|
||||
#define LOG(x) qCDebug(linuxDeviceLog) << x << '\n'
|
||||
//static Q_LOGGING_CATEGORY(linuxDeviceLog, "qtc.remotelinux.device", QtWarningMsg);
|
||||
//#define LOG(x) qCDebug(linuxDeviceLog) << x << '\n'
|
||||
//#define DEBUG(x) qDebug() << x;
|
||||
//#define DEBUG(x) LOG(x)
|
||||
#define DEBUG(x)
|
||||
|
Reference in New Issue
Block a user