diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-05 13:04:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-05 13:07:34 +0100 |
commit | 395d606ab74c25e3c107e59a6b0933de9bf79d20 (patch) | |
tree | 7ccc69a7956564373a0a5c41c3dc1dce2b548980 /logic/work.hpp | |
parent | dfa40a083dc3efaf665bc1f5e54633deda79a956 (diff) |
modules: make more strings translatable
Diffstat (limited to 'logic/work.hpp')
-rw-r--r-- | logic/work.hpp | 1 |
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); }; |