diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-07 14:21:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-11 20:45:10 +0200 |
commit | 9c8d21972c56f834637253ddc17e1231dca040d9 (patch) | |
tree | 961ab4a901772ccea7b2afbfd49e72da9a5ca8cc /opentrack/main-window.hpp | |
parent | 2b19c6c532c37c2eeb2547cf92f719197957ab72 (diff) |
opentrack: implement profile vendor presets
Sponsored by: TrackHat
Sponsored by: IRTrack
Diffstat (limited to 'opentrack/main-window.hpp')
-rw-r--r-- | opentrack/main-window.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opentrack/main-window.hpp b/opentrack/main-window.hpp index 495300c1..43440ff8 100644 --- a/opentrack/main-window.hpp +++ b/opentrack/main-window.hpp @@ -118,6 +118,7 @@ public: void restart_tracker_(); void toggle_tracker_(); + [[nodiscard]] bool maybe_create_profile(const QString& name); void set_profile(const QString& new_name, bool migrate = true); void set_profile_in_registry(const QString& profile); void refresh_profile_list(); |