diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-08-10 19:51:31 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-08-10 19:58:43 (GMT) |
commit | a675f83543d9a8bb61cb5f5227c6793ae343cc80 (patch) | |
tree | 4f7fbf3f50174174b359d8fd95687406cdc59258 /src | |
parent | 36c93eca351218ce43a0c6346209d364737b6b84 (diff) | |
download | Qt-a675f83543d9a8bb61cb5f5227c6793ae343cc80.zip Qt-a675f83543d9a8bb61cb5f5227c6793ae343cc80.tar.gz Qt-a675f83543d9a8bb61cb5f5227c6793ae343cc80.tar.bz2 |
Doc: Fix links and qdoc warnings.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/image/qicon.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/image/qicon.cpp b/src/gui/image/qicon.cpp index 7a43514..b7759e4 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() { |