Port away from qt_qhash_seed which is going away in Qt 5.9

Authored by dfaure on Mar 15 2017, 7:51 AM.

Description

Port away from qt_qhash_seed which is going away in Qt 5.9

https://codereview.qt-project.org/188474

qSetGlobalQHashSeed exists since Qt 5.6, but this project seems to
require only 5.2, so I added a Qt version ifdef.