summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-15 04:12:06 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-15 04:12:06 (GMT)
commit520c11a1af023b444a9cc0f0720d606cc6146486 (patch)
tree76c99631c37f56ca0465da386d686a994804c572 /examples
parent49d1dd6083074a6225e6784fd185c34b76ed5648 (diff)
parentac98ab496ecfba9493e93f0e0323822a1c9ed2d6 (diff)
downloadQt-520c11a1af023b444a9cc0f0720d606cc6146486.zip
Qt-520c11a1af023b444a9cc0f0720d606cc6146486.tar.gz
Qt-520c11a1af023b444a9cc0f0720d606cc6146486.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui
Diffstat (limited to 'examples')
-rw-r--r--examples/tools/contiguouscache/randomlistmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tools/contiguouscache/randomlistmodel.cpp b/examples/tools/contiguouscache/randomlistmodel.cpp
index 0f58c0e..b1c7204 100644
--- a/examples/tools/contiguouscache/randomlistmodel.cpp
+++ b/examples/tools/contiguouscache/randomlistmodel.cpp
@@ -39,6 +39,7 @@
**
****************************************************************************/
#include "randomlistmodel.h"
+#include <stdlib.h>
static const int bufferSize(500);
static const int lookAhead(100);