summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qicon.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-08-10 21:51:31 +0200
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-08-10 21:58:43 +0200
commita675f83543d9a8bb61cb5f5227c6793ae343cc80 (patch)
tree4f7fbf3f50174174b359d8fd95687406cdc59258 /src/gui/image/qicon.cpp
parent36c93eca351218ce43a0c6346209d364737b6b84 (diff)
Doc: Fix links and qdoc warnings.
Diffstat (limited to 'src/gui/image/qicon.cpp')
-rw-r--r--src/gui/image/qicon.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/image/qicon.cpp b/src/gui/image/qicon.cpp
index 7a435140e7..b7759e46db 100644
--- a/src/gui/image/qicon.cpp
+++ b/src/gui/image/qicon.cpp
@@ -870,7 +870,7 @@ QList<QSize> QIcon::availableSizes(Mode mode, State state) const
/*!
\since 4.6
- Sets the search paths for icon themes.
+ Sets the search paths for icon themes to \a paths.
\sa themeSearchPaths(), fromTheme()
*/
void QIcon::setThemeSearchPaths(const QStringList &paths)
@@ -893,7 +893,7 @@ void QIcon::setThemeSearchPaths(const QStringList &paths)
On Mac the default search path will search in the
[Contents/Resources/icons] part of the application bundle.
- \sa setThemeSearchPaths(), fromName()
+ \sa setThemeSearchPaths(), fromTheme()
*/
QStringList QIcon::themeSearchPaths()
{
@@ -923,7 +923,7 @@ void QIcon::setThemeName(const QString &path)
On X11, the current icon theme depends on your desktop
settings. On other platforms it is not set by default.
- \sa themeSearchPaths(), themeIcon(), fromTheme(), hasThemeIcon()
+ \sa themeSearchPaths(), fromTheme(), hasThemeIcon()
*/
QString QIcon::themeName()
{