diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-15 12:55:53 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-15 12:56:38 (GMT) |
commit | 29939818d116ae7fc3bfaa97c4bfa7a3e1ad97ee (patch) | |
tree | 0f623e9f43e209b9f36f95d5116b54f7516897fc /src/gui/styles/qstyle.cpp | |
parent | 94c90d8115c99ac10f76565e8f32b7d6f96100cd (diff) | |
download | Qt-29939818d116ae7fc3bfaa97c4bfa7a3e1ad97ee.zip Qt-29939818d116ae7fc3bfaa97c4bfa7a3e1ad97ee.tar.gz Qt-29939818d116ae7fc3bfaa97c4bfa7a3e1ad97ee.tar.bz2 |
doc: First review of QProxyStyle doc; mainly just corrected qdoc errors.
Diffstat (limited to 'src/gui/styles/qstyle.cpp')
-rw-r--r-- | src/gui/styles/qstyle.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/styles/qstyle.cpp b/src/gui/styles/qstyle.cpp index c0fdc83..6ca301c 100644 --- a/src/gui/styles/qstyle.cpp +++ b/src/gui/styles/qstyle.cpp @@ -1182,6 +1182,7 @@ void QStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, \value SC_All Special value that matches all sub-controls. \omitvalue SC_Q3ListViewBranch + \omitvalue SC_CustomBase \sa ComplexControl */ @@ -2450,14 +2451,12 @@ QDebug operator<<(QDebug debug, QStyle::State state) /*! \since 4.6 - \fn const QStyle * proxy() const + \fn const QStyle *QStyle::proxy() const This function returns the current proxy for this style. By default most styles will return themselves. However when a proxy style is in use, it will allow the style to call back into its proxy. - - \sa setProxyStyle */ const QStyle * QStyle::proxy() const { |