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 /core/qthelperfromc.h | |
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 'core/qthelperfromc.h')
-rw-r--r-- | core/qthelperfromc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qthelperfromc.h b/core/qthelperfromc.h index dc09e224b..44f67199e 100644 --- a/core/qthelperfromc.h +++ b/core/qthelperfromc.h @@ -25,5 +25,6 @@ extern const char *get_current_date(); enum inertgas {N2, HE}; double cache_value(int tissue, int timestep, enum inertgas gas); void cache_insert(int tissue, int timestep, enum inertgas gas, double value); +void print_qt_versions(); #endif // QTHELPERFROMC_H |