From b735ef88a20e8a43e678b7b5a5dbf17741bd8c24 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 14 May 2013 15:02:37 +0200 Subject: Doc: Remove widgets examples from Qt Print Support documentation The .qdocconf file for Qt Print Support includes examples/widgets in its exampledirs, presumably because a few examples there have printing support. The documentation for these examples is not accessible from Print Support index/module pages, and qdoc prints a lot of warnings for them (missing images). There's only few dependencies to examples in Print Support docs. These are resolved by copying a code snippet to correct place, and removing \sa links from QAbstractPrintDialog. Task-number: QTBUG-31137 Change-Id: Iac20d151f93ac16449241c6ee85979781b26e607 Reviewed-by: Jerome Pasion --- src/printsupport/dialogs/qabstractprintdialog.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/printsupport/dialogs/qabstractprintdialog.cpp') diff --git a/src/printsupport/dialogs/qabstractprintdialog.cpp b/src/printsupport/dialogs/qabstractprintdialog.cpp index ff446d4fad..6951d8c7bc 100644 --- a/src/printsupport/dialogs/qabstractprintdialog.cpp +++ b/src/printsupport/dialogs/qabstractprintdialog.cpp @@ -404,8 +404,7 @@ void QAbstractPrintDialogPrivate::setPrinter(QPrinter *newPrinter) Mac OS X. This is no longer supported in Qt 4.5. If you want this functionality, use QPrintDialog::open(). - \sa QPageSetupDialog, QPrinter, {Pixelator Example}, {Order Form Example}, - {Image Viewer Example}, {Scribble Example} + \sa QPageSetupDialog, QPrinter */ /*! -- cgit v1.2.3