aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 00ce713..aaf4e81 100644
--- a/main.cpp
+++ b/main.cpp
@@ -88,6 +88,10 @@ int main(int argc, char *argv[])
#endif
app.installTranslator(&translator2);
+ /*foreach(QLocale l , QLocale::matchingLocales(lang, "", "")) {
+ qDebug << "l: " << l.toString();
+ }*/
+
// css
QFile file(qApp->applicationDirPath() + "/css/default.css");
file.open(QFile::ReadOnly);