summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qprocess_p.h')
-rw-r--r--src/corelib/io/qprocess_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/io/qprocess_p.h b/src/corelib/io/qprocess_p.h
index 81ba9bc0cb..6eeeeada78 100644
--- a/src/corelib/io/qprocess_p.h
+++ b/src/corelib/io/qprocess_p.h
@@ -288,15 +288,11 @@ public:
QRingBuffer errorReadBuffer;
QRingBuffer writeBuffer;
-#ifndef Q_OS_QNX
Q_PIPE childStartedPipe[2];
-#endif
Q_PIPE deathPipe[2];
void destroyPipe(Q_PIPE pipe[2]);
-#ifndef Q_OS_QNX
QSocketNotifier *startupSocketNotifier;
-#endif
QSocketNotifier *deathNotifier;
// the wonderful windows notifier