summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-09-16 15:40:15 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-09-16 15:40:15 (GMT)
commitacab3259e9f57e436f475b4c0d1d7e7fb194e983 (patch)
tree823feb27b82c907229096b5a013a1ed3b38b6935 /examples
parentaf829b1eab194fd72ac101a880e32969cf1ae768 (diff)
downloadQt-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')
-rwxr-xr-xexamples/tutorials/modelview/3_changingmodel/mymodel.cpp1
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]