diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-29 18:16:00 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-29 18:16:00 -0400 |
| commit | fb6512b72ebf86d5273744774388deb14c8a21ae (patch) | |
| tree | f8385e4cf94409ea540944da32153ce5ec7b0292 /src/main.cpp | |
| parent | 7152b8e97b060e34e5a5bfa8f36c94722007d6aa (diff) | |
log windows version
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e1a6b853..75148c4b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -467,8 +467,12 @@ int runApplication(MOApplication &application, SingleInstance &instance, #endif { - Environment env; + env::Environment env; + qInfo().nospace().noquote() + << "windows: " << env.windowsVersion().toString(); + + qInfo() << "modules loaded in process:"; for (const auto& m : env.loadedModules()) { qInfo().nospace().noquote() << " . " << m.toString(); } |
