try to fix fatal error C1041: cannot open program database

This commit is contained in:
Bruno Alexandre Rosa 2026-03-02 23:46:56 -03:00
parent 6bb43e25da
commit acf2322ff2
3 changed files with 6 additions and 5 deletions

View file

@ -214,7 +214,6 @@ int main(int argc, char *argv[])
#endif
#ifdef Q_OS_MAC
translationPath = qApp->applicationDirPath() + "/../Resources/translations";
#elif defined(Q_OS_WIN)
translationPath = qApp->applicationDirPath() + "/translations";
@ -238,7 +237,6 @@ int main(int argc, char *argv[])
}
rng = new RNG_SFMT;
const auto bla = 42;
themeManager = new ThemeManager;
soundEngine = new SoundEngine;