diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-18 11:21:25 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-18 11:21:25 (GMT) |
commit | 50624a969d130ec55a6fd8e908b5b5e4e17636fb (patch) | |
tree | b0d752a6177cfa83b43bce846aca32b10d38e5c0 /doc | |
parent | 3338292e48671a71c8edb69626df13ae615901c0 (diff) | |
download | Qt-50624a969d130ec55a6fd8e908b5b5e4e17636fb.zip Qt-50624a969d130ec55a6fd8e908b5b5e4e17636fb.tar.gz Qt-50624a969d130ec55a6fd8e908b5b5e4e17636fb.tar.bz2 |
Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qnamespace.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc index ded1577..2d40fdd 100644 --- a/doc/src/qnamespace.qdoc +++ b/doc/src/qnamespace.qdoc @@ -1697,6 +1697,7 @@ \value ToolButtonTextOnly Only display the text. \value ToolButtonTextBesideIcon The text appears beside the icon. \value ToolButtonTextUnderIcon The text appears under the icon. + \value ToolButtonFollowStyle Follow the \l{QStyle::SH_ToolButtonStyle}{style}. */ /*! |