diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-27 14:27:01 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-27 15:46:03 +0100 |
commit | 04ae0a46fdc50a2ec96d5f6e2284c4ddd6c92a65 (patch) | |
tree | 8c2a033a52ead0f0691c14427db76ae0dca3ba90 /opentrack/main-window.cpp | |
parent | b05464749c618b83167e23f8b7046c1d29cbd9a3 (diff) |
opentrack, installer: add back git version parsing
Diffstat (limited to 'opentrack/main-window.cpp')
-rw-r--r-- | opentrack/main-window.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opentrack/main-window.cpp b/opentrack/main-window.cpp index 896247c4..3e60b7a3 100644 --- a/opentrack/main-window.cpp +++ b/opentrack/main-window.cpp @@ -588,8 +588,7 @@ void main_window::show_pose_(const double* mapped, const double* raw) void main_window::set_title(const QString& game_title) { - //static const QString version{opentrack_version}; - static const QString version = "TrackHat opentrack v3"; + static const QString version{opentrack_version}; static const QString sep { tr(" :: ") }; static const QString pat1{ version + sep + "%1" + sep + "%2" }; static const QString pat2{ version + sep + "%1" }; |