diff options
author | David Boddie <david.boddie@nokia.com> | 2010-09-16 15:40:15 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-09-16 15:40:15 (GMT) |
commit | acab3259e9f57e436f475b4c0d1d7e7fb194e983 (patch) | |
tree | 823feb27b82c907229096b5a013a1ed3b38b6935 /examples/tutorials/modelview | |
parent | af829b1eab194fd72ac101a880e32969cf1ae768 (diff) | |
download | Qt-acab3259e9f57e436f475b4c0d1d7e7fb194e983.zip Qt-acab3259e9f57e436f475b4c0d1d7e7fb194e983.tar.gz Qt-acab3259e9f57e436f475b4c0d1d7e7fb194e983.tar.bz2 |
Doc: Fixed a non-compiling example.
Tested with namespaced and non-namespaced Qt builds.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/tutorials/modelview')
-rwxr-xr-x | examples/tutorials/modelview/3_changingmodel/mymodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tutorials/modelview/3_changingmodel/mymodel.cpp b/examples/tutorials/modelview/3_changingmodel/mymodel.cpp index d82f00d..7d78aa7 100755 --- a/examples/tutorials/modelview/3_changingmodel/mymodel.cpp +++ b/examples/tutorials/modelview/3_changingmodel/mymodel.cpp @@ -39,6 +39,7 @@ ****************************************************************************/ #include <QBrush> +#include <QTime> #include "mymodel.h" //! [quoting mymodel_a] |