diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-08-11 12:17:02 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-08-11 12:17:02 (GMT) |
commit | 50f6168a7e0f76124830d63981bb1b8c2fa67f8c (patch) | |
tree | 0161087ba5b55fde8466baf85e5423e53b2caec2 /doc | |
parent | c1c4f55b099f38cb5b50c24378d74acf91ef964a (diff) | |
download | Qt-50f6168a7e0f76124830d63981bb1b8c2fa67f8c.zip Qt-50f6168a7e0f76124830d63981bb1b8c2fa67f8c.tar.gz Qt-50f6168a7e0f76124830d63981bb1b8c2fa67f8c.tar.bz2 |
Remove trailing whitespace
Reviewed-By: TrustMe
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/model-view-programming.qdoc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/model-view-programming.qdoc b/doc/src/model-view-programming.qdoc index 0c7ea2f..2a077da 100644 --- a/doc/src/model-view-programming.qdoc +++ b/doc/src/model-view-programming.qdoc @@ -1015,7 +1015,7 @@ current item as keyboard navigation, for example, requires a current item. The table below highlights the differences between current item and - selected items. + selected items. \table \header @@ -1432,7 +1432,7 @@ \snippet doc/src/snippets/stringlistmodel/model.h 3 \section2 Making the Model Editable - + A delegate checks whether an item is editable before creating an editor. The model must let the delegate know that its items are editable. We do this by returning the correct flags for each item in @@ -1468,7 +1468,7 @@ is limited to just one model index. Also the data() function needs to be changed to add the Qt::EditRole test: - + \snippet doc/src/snippets/stringlistmodel/model.cpp 1 \section2 Inserting and Removing Rows @@ -2481,4 +2481,3 @@ {fetchMore()} must be reimplemented as their default implementation returns false and does nothing. */ - |