summaryrefslogtreecommitdiffhomepage
path: root/logic/work.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/work.hpp')
-rw-r--r--logic/work.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/work.hpp b/logic/work.hpp
index c29a53b0..b614c580 100644
--- a/logic/work.hpp
+++ b/logic/work.hpp
@@ -40,4 +40,5 @@ struct OPENTRACK_LOGIC_EXPORT Work
private:
static std::shared_ptr<TrackLogger> make_logger(main_settings &s);
+ static QString browse_datalogging_file(main_settings &s);
};