summaryrefslogtreecommitdiffhomepage
path: root/opentrack/main-window.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-05-07 14:21:19 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-05-10 05:01:33 +0200
commitbbbd6d826bf20098aa4219393396cc8919a90e73 (patch)
tree9723872fe1b58035a31b39b506d50befbc7333b9 /opentrack/main-window.hpp
parent6e00262200233258a89123fde223c92d2af7dcfc (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.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentrack/main-window.hpp b/opentrack/main-window.hpp
index 495300c1..e1724a9d 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_profile_from_preset(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();