aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-08-02 11:41:25 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-08-02 11:41:27 +0200
commit138815277a415595c669793383c2a4fc8c44d132 (patch)
tree55150215afc08c39fc73868826fd2a12a34f2ee6 /sources
parentecc37cc78eff4ad16a548b464c2b8a776fda1f9e (diff)
parent6ef3f7b0f3923e12a5009957ae99ac5018159d19 (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Diffstat (limited to 'sources')
-rw-r--r--sources/shiboken2/generator/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken2/generator/main.cpp b/sources/shiboken2/generator/main.cpp
index bcfcc5c77..9c3d7275b 100644
--- a/sources/shiboken2/generator/main.cpp
+++ b/sources/shiboken2/generator/main.cpp
@@ -397,6 +397,9 @@ static void parseIncludePathOption(const QString &option, HeaderType headerType,
int main(int argc, char *argv[])
{
+ // PYSIDE-757: Request a deterministic ordering of QHash in the code model
+ // and type system.
+ qSetGlobalQHashSeed(0);
QElapsedTimer timer;
timer.start();
// needed by qxmlpatterns