summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/repc/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/repc/main.cpp b/tools/repc/main.cpp
index 37adf7e..1fbea32 100644
--- a/tools/repc/main.cpp
+++ b/tools/repc/main.cpp
@@ -8,6 +8,7 @@
#include <qjsondocument.h>
#include <qjsonobject.h>
#include <qjsonarray.h>
+#include <qhashfunctions.h>
#include "cppcodegenerator.h"
#include "repcodegenerator.h"
@@ -34,6 +35,8 @@ QT_USE_NAMESPACE
int main(int argc, char **argv)
{
+ QHashSeed::setDeterministicGlobalSeed();
+
QCoreApplication app(argc, argv);
QCoreApplication::setApplicationVersion(QString::fromLatin1(REPC_VERSION));