diff options
| author | Victor Tran <vicr12345@gmail.com> | 2019-10-02 20:29:27 +1000 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2019-10-02 20:29:27 +1000 |
| commit | 748ee790cd74765962904ea9c3769afddae60503 (patch) | |
| tree | 01436a70a377f81ece2a9a3306655102ed68e21b /installer/main.cpp | |
| parent | e9058c61e2c78f6e5e04c8e5aa3c44a1e0d02434 (diff) | |
| download | theInstaller-748ee790cd74765962904ea9c3769afddae60503.tar.gz theInstaller-748ee790cd74765962904ea9c3769afddae60503.tar.bz2 theInstaller-748ee790cd74765962904ea9c3769afddae60503.zip | |
Update icons
Diffstat (limited to 'installer/main.cpp')
| -rw-r--r-- | installer/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/main.cpp b/installer/main.cpp index 8507180..198c5f1 100644 --- a/installer/main.cpp +++ b/installer/main.cpp @@ -27,7 +27,6 @@ int main(int argc, char *argv[]) QTranslator myappTranslator; myappTranslator.load(QLocale::system().name(), ":/translations/"); - //myappTranslator.load("vi_VN", ":/translations/"); a.installTranslator(&myappTranslator); qsrand(QDateTime::currentMSecsSinceEpoch()); |
