diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-28 07:35:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-28 07:35:13 +0100 |
commit | 788152115776748e824ff175926b83979a3723a2 (patch) | |
tree | 3e75646e71b76a891e4625cd41343610fc19dc88 /gui | |
parent | 3494748fab9e98b861f0be37e4c685276a0a7227 (diff) |
main: fix typo breaking non-win32
Diffstat (limited to 'gui')
-rw-r--r-- | gui/main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index 767a12ab..1f1445c3 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -5,8 +5,6 @@ # include <QCoreApplication> # include <QFile> # include <QString> -# include <QLocale> -# include <QTranslator> #endif #include "migration/migration.hpp" @@ -17,7 +15,8 @@ using namespace options; #include <QCommandLineParser> #include <QStyleFactory> #include <QStringList> -#include <QMessageBox> +#include <QLocale> +#include <QTranslator> #include <QDebug> #include <memory> #include <cstring> |