diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/qvaluestack.doc | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/qvaluestack.doc')
-rw-r--r-- | doc/qvaluestack.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qvaluestack.doc b/doc/qvaluestack.doc index 8fa7b774b..a5beddf0f 100644 --- a/doc/qvaluestack.doc +++ b/doc/qvaluestack.doc @@ -42,7 +42,7 @@ *****************************************************************************/ /*! - \class QValueStack qvaluestack.h + \class QValueStack ntqvaluestack.h \brief The QValueStack class is a value-based template class that provides a stack. \ingroup qtl @@ -53,7 +53,7 @@ Define a template instance QValueStack\<X\> to create a stack of values that all have the class X. QValueStack is part of the \link - qtl.html Qt Template Library\endlink. + ntqtl.html Qt Template Library\endlink. Note that QValueStack does not store pointers to the members of the stack; it holds a copy of every member. That is why these |