diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-10 19:40:54 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-10 19:40:54 +0200 |
| commit | 1f1550f77e33bf32eb715eb62dd68751c07f9c0e (patch) | |
| tree | 4a4233a7c2e4db813d333d7cbecb65607700f2d3 /main.cpp | |
| parent | 79415b76442ac6f8307ec0e10accec32383fabb9 (diff) | |
| download | GUI_SS2015-1f1550f77e33bf32eb715eb62dd68751c07f9c0e.tar.gz GUI_SS2015-1f1550f77e33bf32eb715eb62dd68751c07f9c0e.zip | |
Add changeable translations
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,15 +2,12 @@ #include <QApplication> #include <QLocale> #include <QTranslator> +#include <locale.h> int main(int argc, char *argv[]) { QApplication a(argc, argv); -// QTranslator translator; -// translator.load(":/translations.pm"); -// a.installTranslator(&translator); - MainWindow w; w.show(); |
