diff options
| author | Victor Tran <vicr12345@gmail.com> | 2020-08-03 23:25:55 +1000 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2020-08-03 23:25:55 +1000 |
| commit | fef992a12c81ad728b44617e02c3f5180c4a3cc0 (patch) | |
| tree | 3b0e5f218934ebde9d13306c881260a98bf17e1c /installer/main.cpp | |
| parent | d0bc49f9d606580053ac45058c9c9ccb4c6b26c1 (diff) | |
| download | theInstaller-master.tar.gz theInstaller-master.tar.bz2 theInstaller-master.zip | |
Diffstat (limited to 'installer/main.cpp')
| -rw-r--r-- | installer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/main.cpp b/installer/main.cpp index 198c5f1..194807a 100644 --- a/installer/main.cpp +++ b/installer/main.cpp @@ -26,7 +26,7 @@ int main(int argc, char *argv[]) a.installTranslator(&qtTranslator); QTranslator myappTranslator; - myappTranslator.load(QLocale::system().name(), ":/translations/"); + myappTranslator.load(QLocale(), ":/translations/"); a.installTranslator(&myappTranslator); qsrand(QDateTime::currentMSecsSinceEpoch()); |
