diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-09-23 16:13:37 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-09-28 17:50:51 +0200 |
commit | 8040f48974d88c6d30dff720a2ffb27e0cf54814 (patch) | |
tree | 683dfa7f973c1febc5204dd3912a484f991b47e8 /src/localehandler.cc | |
parent | d1d43a62031431ec0fa28fb5cefaa56082f79da5 (diff) |
Integrate channel map into file list in instrument editor.
Diffstat (limited to 'src/localehandler.cc')
-rw-r--r-- | src/localehandler.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/localehandler.cc b/src/localehandler.cc index 6721492..9bc08c8 100644 --- a/src/localehandler.cc +++ b/src/localehandler.cc @@ -26,10 +26,8 @@ */ #include "localehandler.h" -#include <iostream> - #include <QApplication> -//#include <QLocale> +#include <QLocale> #include <QTranslator> #include <QString> #include <QFile> |