move QPROCESS_DEBUG to qprocess_p header

used by two source files

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-05-16 06:29:29 +03:00
parent 767e9e3fe6
commit 2c14cf35d6
3 changed files with 2 additions and 4 deletions

View file

@ -32,8 +32,6 @@
#include "qcore_unix_p.h"
#include "qcorecommon_p.h"
//#define QPROCESS_DEBUG
#ifndef QT_NO_PROCESS
extern char **environ;

View file

@ -38,6 +38,8 @@
#include "qringbuffer_p.h"
#include "qorderedmutexlocker_p.h"
// #define QPROCESS_DEBUG
typedef int Q_PIPE;
#define INVALID_Q_PIPE -1

View file

@ -43,8 +43,6 @@
# include <sys/filio.h> // FIONREAD
#endif
//#define QPROCESS_DEBUG
extern char **environ;
QT_BEGIN_NAMESPACE