diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-09 06:43:38 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-09 16:21:31 -0800 |
commit | bcabe6ec9f255b1c789cbcbef820e702489c7254 (patch) | |
tree | 20921678351849b95b0fc74e53d95bf716b93b74 /subsurface-desktop-main.cpp | |
parent | 76f595049b6fce9818cd0ad14c4f73c10691642f (diff) | |
download | subsurface-bcabe6ec9f255b1c789cbcbef820e702489c7254.tar.gz |
Add details about key libraries when showing version
Also fixed a spelling error and apparently some whitespace issue.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-desktop-main.cpp')
-rw-r--r-- | subsurface-desktop-main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/subsurface-desktop-main.cpp b/subsurface-desktop-main.cpp index ded3aee1f..18c0f9bec 100644 --- a/subsurface-desktop-main.cpp +++ b/subsurface-desktop-main.cpp @@ -107,10 +107,8 @@ int main(int argc, char **argv) qDebug() << "importing dive data from" << importedFiles; m->importFiles(importedFiles); - if (verbose > 0) { + if (verbose > 0) print_files(); - printf("%s\n", QStringLiteral("build with Qt Version %1, runtime from Qt Version %2").arg(QT_VERSION_STR).arg(qVersion()).toUtf8().data()); - } if (!quit) run_ui(); exit_ui(); |