From 22ddd56d112d9911c1f56e1db49ee76059755cf4 Mon Sep 17 00:00:00 2001 From: ubbo Date: Thu, 29 Dec 2011 00:21:28 +0000 Subject: fix helpbrowser for qt 4.8 git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@715 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.cpp') 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); -- cgit v1.2.3