summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qsocketnotifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qsocketnotifier.cpp')
-rw-r--r--src/corelib/kernel/qsocketnotifier.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/corelib/kernel/qsocketnotifier.cpp b/src/corelib/kernel/qsocketnotifier.cpp
index 98761098ee..947093a042 100644
--- a/src/corelib/kernel/qsocketnotifier.cpp
+++ b/src/corelib/kernel/qsocketnotifier.cpp
@@ -69,9 +69,8 @@ public:
\ingroup io
The QSocketNotifier makes it possible to integrate Qt's event
- loop with other event loops based on file descriptors. For
- example, the \l{CORBA Framework} uses it to process CORBA
- events. File descriptor action is detected in Qt's main event
+ loop with other event loops based on file descriptors. File
+ descriptor action is detected in Qt's main event
loop (QCoreApplication::exec()).
\target write notifiers