Georg Baum wrote: >> - QTranslator qt_trans(0); >> - if (qt_trans.load(QString("qt_") + QTextCodec::locale(), >> - qInstallPathTranslations())) { >> + static QTranslator qt_trans; > > Why do you make this static? Does it work if you remove the static > qualifier?
Yesterday it was static, but removing static doesn't help, still the infinite loop.