summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/accessible/qaccessibleplugin.cpp6
-rw-r--r--src/gui/image/qimage.cpp2
-rw-r--r--src/gui/image/qmovie.cpp2
-rw-r--r--src/gui/image/qpicture.cpp2
-rw-r--r--src/gui/image/qpixmap.cpp2
-rw-r--r--src/gui/kernel/qkeysequence.cpp2
-rw-r--r--src/gui/painting/qbackingstore.cpp2
-rw-r--r--src/gui/painting/qpagedpaintdevice.cpp6
8 files changed, 11 insertions, 13 deletions
diff --git a/src/gui/accessible/qaccessibleplugin.cpp b/src/gui/accessible/qaccessibleplugin.cpp
index c509d6be72..8cdbca6767 100644
--- a/src/gui/accessible/qaccessibleplugin.cpp
+++ b/src/gui/accessible/qaccessibleplugin.cpp
@@ -50,8 +50,8 @@ QT_BEGIN_NAMESPACE
/*!
\class QAccessiblePlugin
- \brief The QAccessiblePlugin class provides an abstract base for
- accessibility plugins.
+ \brief The QAccessiblePlugin class provides an abstract base class
+ for plugins provinding accessibility information for user interface elements.
\ingroup plugins
\ingroup accessibility
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
base class, reimplementing the pure virtual function create(),
and exporting the class with the Q_PLUGIN_METADATA() macro.
- \sa QAccessibleBridgePlugin, {How to Create Qt Plugins}
+ \sa {How to Create Qt Plugins}
*/
/*!
diff --git a/src/gui/image/qimage.cpp b/src/gui/image/qimage.cpp
index 8e5f6391a7..3d6315a7fe 100644
--- a/src/gui/image/qimage.cpp
+++ b/src/gui/image/qimage.cpp
@@ -1412,7 +1412,7 @@ qreal QImage::devicePixelRatio() const
Sets the the device pixel ratio for the image. This is the
ratio between image pixels and device-independent pixels.
- The default value is 1.0. Setting it to something else has
+ The default \a scaleFactor is 1.0. Setting it to something else has
two effects:
QPainters that are opened on the image will be scaled. For
diff --git a/src/gui/image/qmovie.cpp b/src/gui/image/qmovie.cpp
index ae526f5ba7..26e35c6db6 100644
--- a/src/gui/image/qmovie.cpp
+++ b/src/gui/image/qmovie.cpp
@@ -48,7 +48,7 @@
with QImageReader.
This class is used to show simple animations without sound. If you want
- to display video and media content, use the \l{Phonon Module}{Phonon}
+ to display video and media content, use the \l{Qt Multimedia}
multimedia framework instead.
First, create a QMovie object by passing either the name of a file or a
diff --git a/src/gui/image/qpicture.cpp b/src/gui/image/qpicture.cpp
index e7fbb2a6a9..be7a1e8001 100644
--- a/src/gui/image/qpicture.cpp
+++ b/src/gui/image/qpicture.cpp
@@ -1742,7 +1742,7 @@ QByteArray QPictureIO::pictureFormat(const QString &fileName)
Make sure that \a d is at the right position in the device (for
example, at the beginning of the file).
- \sa QIODevice::at()
+ \sa QIODevice::pos()
*/
QByteArray QPictureIO::pictureFormat(QIODevice *d)
diff --git a/src/gui/image/qpixmap.cpp b/src/gui/image/qpixmap.cpp
index 04f0da1a83..f98ca04f4d 100644
--- a/src/gui/image/qpixmap.cpp
+++ b/src/gui/image/qpixmap.cpp
@@ -660,7 +660,7 @@ qreal QPixmap::devicePixelRatio() const
Sets the the device pixel ratio for the pixmap. This is the
ratio between image pixels and device-independent pixels.
- The default value is 1.0. Setting it to something else has
+ The default \a scaleFactor is 1.0. Setting it to something else has
two effects:
QPainters that are opened on the pixmap will be scaled. For
diff --git a/src/gui/kernel/qkeysequence.cpp b/src/gui/kernel/qkeysequence.cpp
index c577831208..a2db939ace 100644
--- a/src/gui/kernel/qkeysequence.cpp
+++ b/src/gui/kernel/qkeysequence.cpp
@@ -888,8 +888,6 @@ bool QKeySequence::isEmpty() const
in English. At the time of writing, Microsoft and Open Group do
not appear to have issued equivalent recommendations for other
languages.
-
- \sa qt_set_sequence_auto_mnemonic()
*/
QKeySequence QKeySequence::mnemonic(const QString &text)
{
diff --git a/src/gui/painting/qbackingstore.cpp b/src/gui/painting/qbackingstore.cpp
index c1f7c6c738..3a36762502 100644
--- a/src/gui/painting/qbackingstore.cpp
+++ b/src/gui/painting/qbackingstore.cpp
@@ -84,7 +84,7 @@ public:
QBackingStore might be used by an application that wants to use QPainter
without OpenGL acceleration and without the extra overhead of using the
QWidget or QGraphicsView UI stacks. For an example of how to use
- QBackingStore see the \l{gui/rasterwindow}{Raster Window} example.
+ QBackingStore see the \l{Raster Window Example}.
*/
/*!
diff --git a/src/gui/painting/qpagedpaintdevice.cpp b/src/gui/painting/qpagedpaintdevice.cpp
index 0387f0020f..f41d1830fd 100644
--- a/src/gui/painting/qpagedpaintdevice.cpp
+++ b/src/gui/painting/qpagedpaintdevice.cpp
@@ -162,7 +162,7 @@ QPagedPaintDevice::~QPagedPaintDevice()
/*!
Sets the size of the a page to \a size.
- \sa setPageSizeMM
+ \sa setPageSizeMM()
*/
void QPagedPaintDevice::setPageSize(PageSize size)
{
@@ -205,7 +205,7 @@ QSizeF QPagedPaintDevice::pageSizeMM() const
The margins are purely a hint to the drawing method. They don't affect the
coordinate system or clipping.
- \sa margins
+ \sa margins()
*/
void QPagedPaintDevice::setMargins(const Margins &margins)
{
@@ -215,7 +215,7 @@ void QPagedPaintDevice::setMargins(const Margins &margins)
/*!
returns the current margins of the paint device. The default is 0.
- \sa setMargins
+ \sa setMargins()
*/
QPagedPaintDevice::Margins QPagedPaintDevice::margins() const
{