From 3b8e6027c2f79bde70f9415f0757df073ef75702 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Mon, 7 May 2012 14:03:02 +0200 Subject: Doc: Modularize QtDBus documentation and add missing file to QtNetwork. This change moves the snippets and images to the modularized directories. Change-Id: Idacff866735d00b048d65318bc4c3ee1dfa16310 Reviewed-by: Marius Storm-Olsen --- src/dbus/qdbuspendingcall.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dbus/qdbuspendingcall.cpp') diff --git a/src/dbus/qdbuspendingcall.cpp b/src/dbus/qdbuspendingcall.cpp index 9659afa2e5..dfd31242cc 100644 --- a/src/dbus/qdbuspendingcall.cpp +++ b/src/dbus/qdbuspendingcall.cpp @@ -97,7 +97,7 @@ QT_BEGIN_NAMESPACE It is usually used like the following example: - \snippet doc/src/snippets/code/src.qdbus.qdbuspendingcall.cpp 0 + \snippet code/src_qdbus_qdbuspendingcall.cpp 0 Note that it is not necessary to keep the original QDBusPendingCall object around since QDBusPendingCallWatcher inherits from that class @@ -106,7 +106,7 @@ QT_BEGIN_NAMESPACE The slot connected to by the above code could be something similar to the following: - \snippet doc/src/snippets/code/src.qdbus.qdbuspendingcall.cpp 1 + \snippet code/src_qdbus_qdbuspendingcall.cpp 1 Note the use of QDBusPendingReply to validate the argument types in the reply. If the reply did not contain exactly two arguments -- cgit v1.2.3