mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
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:
parent
767e9e3fe6
commit
2c14cf35d6
3 changed files with 2 additions and 4 deletions
|
@ -32,8 +32,6 @@
|
|||
#include "qcore_unix_p.h"
|
||||
#include "qcorecommon_p.h"
|
||||
|
||||
//#define QPROCESS_DEBUG
|
||||
|
||||
#ifndef QT_NO_PROCESS
|
||||
extern char **environ;
|
||||
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
#include "qringbuffer_p.h"
|
||||
#include "qorderedmutexlocker_p.h"
|
||||
|
||||
// #define QPROCESS_DEBUG
|
||||
|
||||
typedef int Q_PIPE;
|
||||
#define INVALID_Q_PIPE -1
|
||||
|
||||
|
|
|
@ -43,8 +43,6 @@
|
|||
# include <sys/filio.h> // FIONREAD
|
||||
#endif
|
||||
|
||||
//#define QPROCESS_DEBUG
|
||||
|
||||
extern char **environ;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
Loading…
Add table
Reference in a new issue