diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-09 11:16:48 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-09 11:16:48 (GMT) |
commit | 3b2e680b5f56227af0716b3bc07b11cb7e044d78 (patch) | |
tree | 973b70199e5e31060b8152147b4f0bbefdf5453b /doc/src/frameworks-technologies/model-view-programming.qdoc | |
parent | a168d8dbeb3eed11cb0ae373d9076f34216155bb (diff) | |
download | Qt-3b2e680b5f56227af0716b3bc07b11cb7e044d78.zip Qt-3b2e680b5f56227af0716b3bc07b11cb7e044d78.tar.gz Qt-3b2e680b5f56227af0716b3bc07b11cb7e044d78.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'doc/src/frameworks-technologies/model-view-programming.qdoc')
-rw-r--r-- | doc/src/frameworks-technologies/model-view-programming.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/frameworks-technologies/model-view-programming.qdoc b/doc/src/frameworks-technologies/model-view-programming.qdoc index 6c38060..131f063 100644 --- a/doc/src/frameworks-technologies/model-view-programming.qdoc +++ b/doc/src/frameworks-technologies/model-view-programming.qdoc @@ -2282,7 +2282,7 @@ \endlist For more information about drag and drop with item views, refer to - \l{Using Drag and Drop with Item Views}. + \l{Using drag & drop with item views}. \section3 Convenience views @@ -2293,7 +2293,7 @@ the existing contents with the data being transferred, the underlying model will set the data of the target items rather than insert new rows and columns into the model. For more information on drag and drop in convenience views, - you can see \l{Using Drag and Drop with Item Views}. + you can see \l{Using drag & drop with item views}. \section2 Performance optimization for large amounts of data |