mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Update: Compilation fix for Qt 6.6, update of RELEASES.txt
This commit is contained in:
@ -22,7 +22,8 @@
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
qSetGlobalQHashSeed(0);
|
||||
QHashSeed::globalSeed().setDeterministicGlobalSeed();
|
||||
|
||||
QApplication a(argc, argv);
|
||||
GeneratorMainWindow w;
|
||||
w.show();
|
||||
|
Reference in New Issue
Block a user