summaryrefslogtreecommitdiffstats
path: root/helpers.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-31 06:26:08 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-31 06:26:56 +0900
commitc972c7cbd9461041cc2cf8689e32f9a8fd04f66f (patch)
tree77daba276706bd112e9370bfc43b4e20ab654bde /helpers.h
parent422e0f94d6f7657e48752da267dd9a02c96d8fc4 (diff)
downloadsubsurface-c972c7cbd9461041cc2cf8689e32f9a8fd04f66f.tar.gz
Display the Subsurface manual in the help widget
This adds a helper function to determine the Subsurface data directory (are we running from build directory? installed on Linux? installed on Mac? - still need to add support for Windows). This same function is then used by both the setup for Marble and for the help browser. This assumes that the user-manual.html file has actually been built and installed (which we don't do by default with the current Makefile). Right now there are rendering issues with our manual in the help browser widget - I'm sure this can be fixed... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'helpers.h')
-rw-r--r--helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers.h b/helpers.h
index 04fcd8309..57b5aa6f7 100644
--- a/helpers.h
+++ b/helpers.h
@@ -17,5 +17,6 @@ QString get_volume_string(volume_t volume, bool showunit);
QString get_pressure_string(pressure_t pressure, bool showunit);
void set_default_dive_computer(const char *vendor, const char *product);
void set_default_dive_computer_device(const char *name);
+QString getSubsurfaceDataPath(QString folderToFind);
#endif /* HELPER_H */