Update: Compilation fix for Qt 6.6, update of RELEASES.txt

This commit is contained in:
Jakub Melka
2023-11-19 15:41:42 +01:00
parent 65fd88aa71
commit ed79aa0334
11 changed files with 27 additions and 16 deletions

View File

@ -22,7 +22,8 @@
int main(int argc, char *argv[])
{
qSetGlobalQHashSeed(0);
QHashSeed::globalSeed().setDeterministicGlobalSeed();
QApplication a(argc, argv);
GeneratorMainWindow w;
w.show();