mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
ensure locale language info lands in the applog
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8f50c9c1b3
commit
d653cec7a4
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ QMLManager::QMLManager() :
|
|||
git_libgit2_version(&git_maj, &git_min, &git_rev);
|
||||
appendTextToLog(QStringLiteral("built with libgit2 %1.%2.%3").arg(git_maj).arg(git_min).arg(git_rev));
|
||||
appendTextToLog(QStringLiteral("Running on %1").arg(QSysInfo::prettyProductName()));
|
||||
appendTextToLog(QStringLiteral("Locale Languages offered %1, picked %2").arg(QLocale().uiLanguages().join(", ")).arg(prefs.locale.lang_locale));
|
||||
#if defined(Q_OS_ANDROID)
|
||||
extern QString getAndroidHWInfo();
|
||||
appendTextToLog(getAndroidHWInfo());
|
||||
|
|
Loading…
Add table
Reference in a new issue