diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2010-03-08 14:17:21 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2010-03-08 14:17:21 (GMT) |
commit | be87fa060360139c64dea6854e7667914db47bf4 (patch) | |
tree | 93f854cb844c794bb88d5e85ae110fbecfea2f61 /src | |
parent | 395ebda9bd85b27662799b2b5a6ae465978ced1a (diff) | |
download | Qt-be87fa060360139c64dea6854e7667914db47bf4.zip Qt-be87fa060360139c64dea6854e7667914db47bf4.tar.gz Qt-be87fa060360139c64dea6854e7667914db47bf4.tar.bz2 |
Doc: mark methods as internal (as they were in previous releases)
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/painting/qcolormap.qdoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gui/painting/qcolormap.qdoc b/src/gui/painting/qcolormap.qdoc index 56fabf7..22a73fd 100644 --- a/src/gui/painting/qcolormap.qdoc +++ b/src/gui/painting/qcolormap.qdoc @@ -150,3 +150,13 @@ Assigns the given \a colormap to \e this color map and returns a reference to \e this color map. */ + +/*! + \fn void QColormap::initialize() + \internal +*/ + +/*! + \fn void QColormap::cleanup() + \internal +*/ |