summaryrefslogtreecommitdiffstats
path: root/examples/touch/pinchzoom/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/pinchzoom/main.cpp')
-rw-r--r--examples/touch/pinchzoom/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/touch/pinchzoom/main.cpp b/examples/touch/pinchzoom/main.cpp
index 67099618c7..938432600f 100644
--- a/examples/touch/pinchzoom/main.cpp
+++ b/examples/touch/pinchzoom/main.cpp
@@ -61,7 +61,6 @@ static const int MouseCount = 7;
int main(int argc, char **argv)
{
QApplication app(argc, argv);
- qsrand(QTime(0,0,0).secsTo(QTime::currentTime()));
//! [0]
//! [1]