Skip to content

Commit

Permalink
Doc: corrected broken links qtbase
Browse files Browse the repository at this point in the history
Task-number: QTBUG-43115
Change-Id: Ib441326083294a6d59d75510142b1481f7b0bc35
Reviewed-by: Topi Reiniö <[email protected]>
Reviewed-by: Martin Smith <[email protected]>
  • Loading branch information
Nico Vertriest committed Dec 23, 2014
1 parent 0920e00 commit a871454
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/dbus/doc/src/qtdbus-module.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
\module QtDBus
\title Qt D-Bus C++ Classes
\brief The Qt D-Bus module is a Unix-only library that you can use
to perform Inter-Process Communication using the \l{D-Bus} protocol.
to perform Inter-Process Communication using the \l{Qt D-Bus}{D-Bus} protocol.

\ingroup modules
\qtvariable dbus
Expand Down Expand Up @@ -61,6 +61,6 @@
directory. When installing Qt from source, this module is built when Qt's
tools are built.

See the \l {D-Bus} page for detailed information on
See the \l {Qt D-Bus}{D-Bus} page for detailed information on
how to use this module.
*/
2 changes: 1 addition & 1 deletion src/gui/image/qimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ bool QImageData::checkForAlphaPixels() const
sharing}. QImage objects can also be streamed and compared.
\note If you would like to load QImage objects in a static build of Qt,
refer to the \l{How To Create Qt Plugins#Static Plugins}{Plugin HowTo}.
refer to the \l{How To Create Qt Plugins}{Plugin HowTo}.
\warning Painting on a QImage with the format
QImage::Format_Indexed8 is not supported.
Expand Down
2 changes: 0 additions & 2 deletions src/gui/kernel/qevent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ QMouseEvent::~QMouseEvent()
\sa Qt::MouseEventSource
\sa QGraphicsSceneMouseEvent::source()
\sa QGraphicsSceneMouseEvent::setSource()
*/
Qt::MouseEventSource QMouseEvent::source() const
{
Expand All @@ -299,7 +298,6 @@ Qt::MouseEventSource QMouseEvent::source() const
\sa Qt::MouseEventFlag
\sa QGraphicsSceneMouseEvent::flags()
\sa QGraphicsSceneMouseEvent::setFlags()
*/
Qt::MouseEventFlags QMouseEvent::flags() const
{
Expand Down
12 changes: 5 additions & 7 deletions src/gui/kernel/qopenglcontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ void QOpenGLContext::setScreen(QScreen *screen)
value type. These classes can be found in the QtPlatformHeaders module.
When create() is called with native handles set, the handles' ownership are
not taken, meaning that destroy() will not destroy the native context.
not taken, meaning that \c destroy() will not destroy the native context.
\note Some frameworks track the current context and surfaces internally.
Making the adopted QOpenGLContext current via Qt will have no effect on such
Expand Down Expand Up @@ -583,9 +583,9 @@ QVariant QOpenGLContext::nativeHandle() const
be used with makeCurrent(), swapBuffers(), etc.
\note If the context is already created, this function will first call
destroy(), and then create a new OpenGL context.
\c destroy(), and then create a new OpenGL context.
\sa makeCurrent(), destroy(), format()
\sa makeCurrent(), format()
*/
bool QOpenGLContext::create()
{
Expand Down Expand Up @@ -613,7 +613,7 @@ bool QOpenGLContext::create()
destroying the underlying platform context frees any state associated with
the context.
After destroy() has been called, you must call create() if you wish to
After \c destroy() has been called, you must call create() if you wish to
use the context again.
\note This implicitly calls doneCurrent() if the context is current.
Expand Down Expand Up @@ -658,10 +658,8 @@ void QOpenGLContext::destroy()
/*!
Destroys the QOpenGLContext object.
This implicitly calls destroy(), so if this is the current context for the
This implicitly calls \c destroy(), so if this is the current context for the
thread, doneCurrent() is also called.
\sa destroy()
*/
QOpenGLContext::~QOpenGLContext()
{
Expand Down
2 changes: 1 addition & 1 deletion src/gui/kernel/qstylehints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class QStyleHintsPrivate : public QObjectPrivate
Access to these parameters are useful when implementing custom user interface components, in that
they allow the components to exhibit the same behaviour and feel as other components.
\sa QGuiApplication::styleHints(), QPlatformTheme
\sa QGuiApplication::styleHints()
*/
QStyleHints::QStyleHints()
: QObject(*new QStyleHintsPrivate(), 0)
Expand Down
5 changes: 2 additions & 3 deletions src/sql/doc/src/sql-driver.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,8 @@

\snippet code/doc_src_sql-driver.cpp 31

the problem is usually that the plugin had the wrong \l{Deploying
Plugins#The Build Key}{build key}. This might require removing an
entry from the \l{Deploying Plugins#The Plugin Cache} {plugin cache}.
the problem is usually that the plugin had the wrong build key.
This might require removing an entry from the plugin cache.

\target development
\section1 How to Write Your Own Database Driver
Expand Down

0 comments on commit a871454

Please sign in to comment.