From 97b5b8009254004608feefb903cbf44abaa099f6 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Mon, 7 May 2012 18:49:48 +0200 Subject: Doc: Modularize QtWidgets documentation. This change moves the snippets and images to the modularized directories. Change-Id: Idec1afb9db7ea6add1ca4cf25ec4019d8bce0c4d Reviewed-by: Marius Storm-Olsen --- src/widgets/widgets/qsplashscreen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widgets/widgets/qsplashscreen.cpp') diff --git a/src/widgets/widgets/qsplashscreen.cpp b/src/widgets/widgets/qsplashscreen.cpp index 5a7d6376ca..f3a19c88ec 100644 --- a/src/widgets/widgets/qsplashscreen.cpp +++ b/src/widgets/widgets/qsplashscreen.cpp @@ -94,9 +94,9 @@ public: some initialization tasks are performed before the application's main window is shown: - \snippet doc/src/snippets/qsplashscreen/main.cpp 0 + \snippet qsplashscreen/main.cpp 0 \dots - \snippet doc/src/snippets/qsplashscreen/main.cpp 1 + \snippet qsplashscreen/main.cpp 1 The user can hide the splash screen by clicking on it with the mouse. Since the splash screen is typically displayed before the @@ -107,7 +107,7 @@ public: for example, announcing connections established or modules loaded as the application starts up: - \snippet doc/src/snippets/code/src_gui_widgets_qsplashscreen.cpp 0 + \snippet code/src_gui_widgets_qsplashscreen.cpp 0 QSplashScreen supports this with the showMessage() function. If you wish to do your own drawing you can get a pointer to the pixmap -- cgit v1.2.3