Commit d647f418 authored by Nico Vertriest's avatar Nico Vertriest Committed by Jerome Pasion
Browse files

Limited line length to 80 positions


Removed trailing whitespace

Change-Id: I333b540968f274b607601c22025e147dcc2581ec
Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
parent 9f67b1e6
No related merge requests found
Showing with 5 additions and 7 deletions
......@@ -30,15 +30,13 @@
\title Data Structure and Storage
\brief Qt's data and storage features
### A brief introduction to the concept of storing data leading into the overview
of different ways this can be achieved in Qt.
\section1 Container Classes
Qt provides a set of general purpose, template-based container classes that can be used to
store data in memory. For most purposes, QList will be the best choice, but Qt also provides
other data structures which might be more appropriate for a given use case due to performance
characteristics or API. See the full list of \l {container classes} for more details.
Qt provides a set of general purpose, template-based container classes that
can be used to store data in memory. For most purposes, QList will be the
best choice, but Qt also provides other data structures which might be more
appropriate for a given use case due to performance characteristics or API.
See the full list of \l {container classes} for more details.
\section1 Saving and Loading Data
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment