summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/ipc.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/ipc.qdoc')
-rw-r--r--src/corelib/doc/src/ipc.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/ipc.qdoc b/src/corelib/doc/src/ipc.qdoc
index 56b3e485d9..7ec6f5fa3b 100644
--- a/src/corelib/doc/src/ipc.qdoc
+++ b/src/corelib/doc/src/ipc.qdoc
@@ -390,7 +390,7 @@
Qt's own build. For Windows systems, it was always the Windows backend. For
Unix systems, it defaulted to the System V backend if the configuration
script determined it was available. If it was not available, it fell back
- to the POSIX one (since Qt 4.8). The POSIX backend could be explicitly
+ to the POSIX one. The POSIX backend could be explicitly
selected using the \c{-feature-ipc_posix} option to the Qt configure
script; if it was enabled, the \c{QT_POSIX_IPC} macro would be defined.