summaryrefslogtreecommitdiffstats
path: root/src/speedcheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/speedcheck.cpp')
-rw-r--r--src/speedcheck.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/speedcheck.cpp b/src/speedcheck.cpp
index 8ff8c93..b4dd718 100644
--- a/src/speedcheck.cpp
+++ b/src/speedcheck.cpp
@@ -21,6 +21,7 @@ SpeedCheck::SpeedCheck(QString fileName)
connect(_ui->btnQuit, SIGNAL(clicked(bool)), this, SLOT(quitClicked(bool)));
_timer.setInterval(200);
connect(&_timer, SIGNAL(timeout()), this, SLOT(updateTimer()));
+ qsrand((uint)QCoreApplication::applicationPid());
}
SpeedCheck::~SpeedCheck()