X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnetwork%2Fsocket%2Fqabstractsocket.cpp;h=14691dd312da332d21c206c1041c7db7da600773;hb=eed5be6fcdb06d372c87aa61a7cbba6b78b8d965;hp=73b9b27a01a2407d67b09e0d01e9299aa56bd195;hpb=cf79da9933513454501be55210937cba36b5a29d;p=profile%2Fivi%2Fqtbase.git diff --git a/src/network/socket/qabstractsocket.cpp b/src/network/socket/qabstractsocket.cpp index 73b9b27..14691dd 100644 --- a/src/network/socket/qabstractsocket.cpp +++ b/src/network/socket/qabstractsocket.cpp @@ -151,7 +151,7 @@ require an event loop and typically leads to simpler code. However, in a GUI application, blocking sockets should only be used in non-GUI threads, to avoid freezing the user interface. - See the \l network/fortuneclient and \l network/blockingfortuneclient + See the \l fortuneclient and \l blockingfortuneclient examples for an overview of both approaches. \note We discourage the use of the blocking functions together